Documentation
¶
Index ¶
Constants ¶
View Source
const AsyncJobName = "framework.events.publish"
Variables ¶
This section is empty.
Functions ¶
func DeliverAsync ¶
DeliverAsync decodes the async bridge envelope and republishes the event into the local bus.
func PublishAsync ¶
Types ¶
type AsyncEnvelope ¶
type AsyncEnvelope struct {
Type string `json:"type"`
Event json.RawMessage `json:"event"`
}
Click to show internal directories.
Click to hide internal directories.