Uses of Interface
eu.cloudnetservice.driver.network.rpc.handler.RPCInvocationContext
Packages that use RPCInvocationContext
-
Uses of RPCInvocationContext in eu.cloudnetservice.driver.network.rpc.handler
Methods in eu.cloudnetservice.driver.network.rpc.handler that return RPCInvocationContextModifier and TypeMethodDescriptionRPCInvocationContext.Builder.build()Builds a new invocation context based on the arguments supplied to this builder.Methods in eu.cloudnetservice.driver.network.rpc.handler with parameters of type RPCInvocationContextModifier and TypeMethodDescriptionRPCHandler.handle(@NonNull RPCInvocationContext context) Handles the given rpc context using the information of this handler.