Uses of Interface
eu.cloudnetservice.driver.network.rpc.RPCExecutable
Packages that use RPCExecutable
-
Uses of RPCExecutable in eu.cloudnetservice.driver.network.rpc
Subinterfaces of RPCExecutable in eu.cloudnetservice.driver.network.rpcModifier and TypeInterfaceDescriptioninterfaceA 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.interfaceThe basic rpc class.interfaceRepresents a chain of rpc calls, each of them behaves exactly as described inRPCandChainableRPC.