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.The base class implemented by anything which is related to rpc.RPCProvider.Builder<B extends RPCProvider.Builder<B>>A base builder that can be used for everything that implements RPC provider.A sender which can send rpc requests to another network component.A builder for an RPC sender which can be obtained from an RPC factory.