Interface RPCInvocationContext
- All Known Implementing Classes:
DefaultRPCInvocationContext
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.builder()Get a new builder instance for a rpc invocation context.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
-
builder
Get a new builder instance for a rpc invocation context.- Returns:
- a new invocation context builder.
-
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
-