RPCConnectionListener

A listener that can be attached to MultiRPCClient to be notified about important RPC connectivity events.

Types

Link copied to clipboard

Defines context information for events distributed.

Functions

Link copied to clipboard

This method will be called to inform that RPC connection is established. ConnectionContext.connectionOpt will not be null.

Link copied to clipboard

This method will be called to inform about connection loss. Since given RPC client may produce multiple RPCConnections, ConnectionContext.connectionOpt will specify which connection is interrupted.

Link copied to clipboard

This is a terminal notification to inform that: