Uses of Interface
eu.cloudnetservice.driver.network.rpc.handler.RPCInvocationContext.Builder
Packages that use RPCInvocationContext.Builder
-
Uses of RPCInvocationContext.Builder in eu.cloudnetservice.driver.network.rpc.handler
Methods in eu.cloudnetservice.driver.network.rpc.handler that return RPCInvocationContext.BuilderModifier and TypeMethodDescriptionRPCInvocationContext.Builder.argumentInformation(@NonNull DataBuf information) Sets the buffer containing the argument information for the method invocation.RPCInvocationContext.Builder.methodDescriptor(@NonNull String methodDescriptor) Sets the method descriptor of the method that should be called.RPCInvocationContext.Builder.methodName(@NonNull String methodName) Sets the name of the method that should be called.RPCInvocationContext.Builder.workingInstance(@Nullable Object instance) Sets the instance which should get used for method invocation, might be null if no specific instance should be used.