Interface RemoteInvokerRegistry.RemoteInvokerStatus

Enclosing interface:
RemoteInvokerRegistry

public static interface RemoteInvokerRegistry.RemoteInvokerStatus
Represents the remote invoker status.
  • Method Details

    • getNodeId

      NodeId getNodeId()
      Gets the NodeId of the remote connection
      Returns:
      the NodeId
    • getPriority

      double getPriority()
      Gets the priority of the invoker itself.
      Returns:
      the priority
    • getInvoker

      RemoteInvoker getInvoker()
      Gets the remote invoker.
      Returns:
      the invoker