Documentation ¶
Index ¶
- func GetConnection(_ api.StreamContext) modules.Connection
- type Client
- func (es *Client) CfgValidate(props map[string]interface{}) error
- func (es *Client) Close(ctx api.StreamContext) error
- func (es *Client) DetachSub(ctx api.StreamContext, props map[string]any)
- func (es *Client) Dial(ctx api.StreamContext) error
- func (es *Client) Disconnect() error
- func (es *Client) GetId(ctx api.StreamContext) string
- func (es *Client) Ping(_ api.StreamContext) error
- func (es *Client) Provision(ctx api.StreamContext, conId string, props map[string]any) error
- func (es *Client) Publish(env types.MessageEnvelope, topic string) error
- func (es *Client) Subscribe(msg chan types.MessageEnvelope, topic string, err chan error) error
- type EdgexConf
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConnection ¶
func GetConnection(_ api.StreamContext) modules.Connection
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CfgValidate ¶
func (*Client) Disconnect ¶
Click to show internal directories.
Click to hide internal directories.