Uses of Interface
eu.cloudnetservice.driver.network.rpc.RPC
Packages that use RPC
Package
Description
-
Uses of RPC in eu.cloudnetservice.driver.network.rpc
Methods in eu.cloudnetservice.driver.network.rpc that return RPCModifier and TypeMethodDescriptionRPC.dropResult()Disables that this rpc is waiting for a result from the target network component.RPCSender.invokeCaller(Object... args) Returns a new RPC that can invoke the calling method with the provided arguments.RPCSender.invokeCallerWithOffset(int callerStackOffset, Object... args) Returns a new RPC that can invoke the calling method with the provided arguments.RPCSender.invokeMethod(@NonNull String methodName, @NonNull TypeDescriptor methodDesc, Object... args) Returns a new RPC that can invoke the method with the given name and descriptor.RPCSender.invokeMethod(@NonNull String methodName, Object... args) Tries to resolve a distinct method with the given name and argument count in the target class and returns a new RPC that can invoke the resolved method with the provided arguments.RPCChain.tail()Get the current last call of the chain (the head).Sets the timeout that should be applied to the RPC.Methods in eu.cloudnetservice.driver.network.rpc that return types with arguments of type RPCModifier and TypeMethodDescriptionRPCChain.joins()Get all joins of the rpc in the order in which they get called.Methods in eu.cloudnetservice.driver.network.rpc with parameters of type RPC -
Uses of RPC in eu.cloudnetservice.driver.network.rpc.exception
Methods in eu.cloudnetservice.driver.network.rpc.exception with parameters of type RPCModifier and TypeMethodDescriptionRPCException.formatChainedRPCEntry(@NonNull RPC rpc) Formats the given rpc entry, using theformatRPCmethod and prepends aatto make it look like an exception.Formats the given rpc into a better readable string, including the target class and method name as well as all arguments which were used for the target method call.Constructors in eu.cloudnetservice.driver.network.rpc.exception with parameters of type RPCModifierConstructorDescriptionRPCException(@NonNull RPC rpc, @NonNull Exception root) Constructs a new rpc exception instance.