Interface RpcInvocationHandler

All Superinterfaces:
AutoCloseable, Closeable, InvocationHandler
All Known Implementing Classes:
LossyRetryInvocationHandler, ProtobufRpcEngine.Invoker, ProtobufRpcEngine2.Invoker, RetryInvocationHandler

public interface RpcInvocationHandler extends InvocationHandler, Closeable
This interface must be implemented by all InvocationHandler implementations.
  • Method Details

    • getConnectionId

      Client.ConnectionId getConnectionId()
      Returns the connection id associated with the InvocationHandler instance.
      Returns:
      ConnectionId