RPCConnection
Holds a proxy object implementing I that forwards requests to the RPC server. The server version can be queried via this interface.
Closeable.close may be used to shut down the connection and release associated resources. It is an alias for notifyServerAndClose.
Inheritors
Functions
Link copied to clipboard
Closes this client without notifying the server.
Link copied to clipboard
Returns the configured openTelemetry global. Returns null if opentelemetry has not been configured.
Link copied to clipboard
Closes this client gracefully by sending a notification to the server, so it can immediately clean up resources. If the server is not available this method may block for a short period until it's clear the server is not coming back.