Interface RemoteInvokerRegistry.RemoteInvokerStatus
- Enclosing interface:
RemoteInvokerRegistry
public static interface RemoteInvokerRegistry.RemoteInvokerStatus
Represents the remote invoker status.
-
Method Summary
Modifier and TypeMethodDescriptionGets the remote invoker.Gets theNodeId
of the remote connectiondouble
Gets the priority of the invoker itself.
-
Method Details
-
getNodeId
NodeId getNodeId()Gets theNodeId
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
-