Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher interface {
// Publish The notificationType is inferred from the Notification object in the Execution Spec.
Publish(ctx context.Context, notificationType string, msg proto.Message) error
}
Publisher Defines the interface for Publishing execution event to other services (AWS pub/sub, Kafka).
Click to show internal directories.
Click to hide internal directories.