- Preparing search index...
- The search index is not available
@matrixai/rpc
Class Handler<Container, Input, Output>Abstract
Constructors
constructor
- new Handler<Container, Input, Output>(container): Handler<Container, Input, Output>
-
Returns Handler<Container, Input, Output>
Properties
Protected
_inputType
_inputType: Input
Protected
_outputType
_outputType: Output
Protected
container
container: Container
Optional
timeout
timeout?: number
This is the timeout used for the handler. If it is not set then the default timeout time for the
RPCServer
is used.