Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientCfg ¶
type ClientCfg struct {
// ConnectTimeout rsocket connect timeout
ConnectTimeout time.Duration
// KeepaliveInterval rsocket keepalive interval
KeepaliveInterval time.Duration
// KeepaliveLifetime rsocket keepalive life time
KeepaliveLifetime time.Duration
Setup payload.Payload
Socket rsocket.ClientSocketAcceptor
OnClose func(err error)
OnConnect func(rsocket.Client, error)
}
ClientCfg client config
Click to show internal directories.
Click to hide internal directories.