package
0.6.7
Repository: https://github.com/xmidt-org/xmidt-agent.git
Documentation: pkg.go.dev

# Functions

New creates a new instance of the PubSub struct.
Normify is an option that sets the desired normalization options used to normalize/validate the wrp message.
WithEgressHandler is an option that adds a handler for egress messages.
WithEventHandler is an option that adds a handler for event messages.
WithPublishTimeout is an option that sets the timeout for publishing a message.
WithServiceHandler is an option that adds a handler for service messages.

# Variables

No description provided by the author
No description provided by the author

# Structs

PubSub is a struct representing a publish-subscribe system focusing on wrp messages.

# Interfaces

Option is the interface implemented by types that can be used to configure the credentials.

# Type aliases

CancelFunc removes the associated listener with and cancels any future events sent to that listener.