Interface: RPCEndpointOptions
@divine/web-service.RPCEndpointOptions
End-point configuration for an RPC method.
Properties
keepalive
• Optional
keepalive: null
| number
Keep-alive time in milliseconds, in case this RPC call is an event stream. Default is RPC_DEFAULT_KEEPALIVE.
Defined in
path
• Optional
path: string
The path of this RPC method. Default is simply the RPC method name.