Uses of Interface
eu.cloudnetservice.driver.network.rpc.handler.RPCInvocationResult
Packages that use RPCInvocationResult
-
Uses of RPCInvocationResult in eu.cloudnetservice.driver.network.rpc.handler
Classes in eu.cloudnetservice.driver.network.rpc.handler that implement RPCInvocationResultModifier and TypeClassDescriptionstatic final recordRepresents an invocation result for an invocation that cannot be processed due to bad data sent by the client.static final recordRepresents an invocation during which the target method threw an exception.static final recordRepresents an invocation result for an invocation that failed because there was some mismatch on the server side that caused the request to be unprocessable.static final recordRepresents a successful method invocation via RPC.Methods in eu.cloudnetservice.driver.network.rpc.handler that return types with arguments of type RPCInvocationResultModifier and TypeMethodDescriptionRPCHandler.handle(@NonNull RPCInvocationContext context) Handles the given rpc context using the information of this handler.