Package eu.cloudnetservice.driver.network.rpc.handler
package eu.cloudnetservice.driver.network.rpc.handler
-
ClassDescriptionA handler for any rpc invocation happening on the network.A builder for an RPC handler.The registry for all rpc handler, distributed to a packet listener for the rpc channel to handle incoming rpc requests.The invocation context holds all information needed for a handler to process a method a call properly.Represents the builder for a rpc invocation context.The result of an RPC method invocation, either successful or failed.Represents an invocation result for an invocation that cannot be processed due to bad data sent by the client.Represents an invocation during which the target method threw an exception.Represents an invocation result for an invocation that failed because there was some mismatch on the server side that caused the request to be unprocessable.Represents a successful method invocation via RPC.