package
0.4.2
Repository: https://github.com/redhatinsights/yggdrasil.git
Documentation: pkg.go.dev

# Constants

DispatcherEventConnectionRestored is emitted when the transport reconnects to the network.
DispatcherEventReceivedDisconnect is emitted when the dispatcher receives the "disconnect" command.
DispatcherEventUnexpectedDisconnect is emitted when the transport unexpected disconnects from the network.
WorkerEventNameBegin is emitted when the worker "accepts" a dispatched message and begins "working".
WorkerEventNameEnd is emitted when the worker finishes "working".
WorkerEventNameStarted is emitted when worker finished starting process, and it can start process received messages.
WorkerEventNameStopped is emitted when worker is stopped, and it cannot process any message.
WorkerEventNameWorking is emitted when the worker wishes to continue to announce it is working.

# Variables

go:embed com.redhat.Yggdrasil1.Dispatcher1.xml.
go:embed com.redhat.Yggdrasil1.Worker1.xml.

# Structs

No description provided by the author

# Type aliases

DispatcherEvent is an event emitted by the com.redhat.Yggdrasil1.Dispatcher1.Event signal.
No description provided by the author