Uses of Interface
eu.cloudnetservice.driver.network.rpc.introspec.RPCMethodMetadata
Packages that use RPCMethodMetadata
Package
Description
-
Uses of RPCMethodMetadata in eu.cloudnetservice.driver.network.rpc
Methods in eu.cloudnetservice.driver.network.rpc that return RPCMethodMetadata -
Uses of RPCMethodMetadata in eu.cloudnetservice.driver.network.rpc.handler
Fields in eu.cloudnetservice.driver.network.rpc.handler declared as RPCMethodMetadataModifier and TypeFieldDescriptionprivate final @NonNull RPCMethodMetadataRPCInvocationResult.Failure.invokedMethodThe field for theinvokedMethodrecord component.private final @NonNull RPCMethodMetadataRPCInvocationResult.Success.invokedMethodThe field for theinvokedMethodrecord component.Methods in eu.cloudnetservice.driver.network.rpc.handler that return RPCMethodMetadataModifier and TypeMethodDescriptionRPCInvocationResult.Failure.invokedMethod()Returns the value of theinvokedMethodrecord component.RPCInvocationResult.Success.invokedMethod()Returns the value of theinvokedMethodrecord component.Constructors in eu.cloudnetservice.driver.network.rpc.handler with parameters of type RPCMethodMetadataModifierConstructorDescriptionFailure(@NonNull Throwable caughtException, @NonNull RPCHandler invocationHandler, @NonNull RPCMethodMetadata invokedMethod) Creates an instance of aFailurerecord class.Success(@Nullable Object invocationResult, @NonNull RPCHandler invocationHandler, @NonNull RPCMethodMetadata invokedMethod) Creates an instance of aSuccessrecord class.