Record -
socket
: ClientConfig
Configuration for socket client endpoint.
Fields
- host string
-
Target service URL
- port int
-
Port number of the remote service
- readTimeout int 300000
-
Socket read timeout value to be used in milliseconds. Default is 300000 milliseconds (5 minutes)
- callbackService service
-
The callback service for the client. Resources in this service gets called on receipt of messages from the server.