Package eu.cloudnetservice.driver.network.rpc
package eu.cloudnetservice.driver.network.rpc
-
InterfacesClassDescriptionA chainable rpc is a powerful extension to the normal rpc system which allows a developer to execute code on the result of the previous method call.The basic rpc class.Represents a chain of rpc calls, each of them behaves exactly as described in
RPCandChainableRPC.Represents any request that can be executed like a rpc providing both sync and async method execution access.A factory which can provide anything which is related to rpc.A handler for any rpc invocation happening on the network.Represents the result of a method invocation with rpc.The registry for all rpc handler, distributed to a packet listener for the rpc channel to handle incoming rpc requests.The invocation context holds all information needed for a handler to process a method a call properly.Represents the builder for a rpc invocation context.The base class implemented by anything which is related to rpc.A sender which can send rpc requests to another network component.