Interface RPCInvocationContext
public interface RPCInvocationContext
The invocation context holds all information needed for a handler to process a method a call properly.
- Since:
- 4.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents the builder for a rpc invocation context. -
Method Summary
Modifier and TypeMethodDescriptionGet the data buffer slice which should contain the argument information for the current method invocation.Get the descriptor of the method that should be executed.Get the name of the method which should be invoked during the current rpc processing.Get the instance (if any) which should be considered first for a method invocation.
-
Method Details
-
methodName
-
methodDescriptor
-
argumentInformation
Get the data buffer slice which should contain the argument information for the current method invocation. The buffer can contain more, unrelated data.- Returns:
- the data buffer which should contain the argument information for the current method invocation.
-
workingInstance
-