Namespace AWS.Messaging.Publishers.EventBridge
Classes
- EventBridgeOptions
This class contains additional properties that can be set while publishing a message to Amazon EventBridge.
- EventBridgePublishResponse
Represents the results of an event published to an event bus.
If the publishing was successful, the entry has the event ID in it. Otherwise, an exception will be thrown
For information about the errors that are common to all actions, see Common Errors.
Interfaces
- IEventBridgePublisher
This interface allows publishing messages from application code to Amazon EventBridge. It exposes the PublishAsync<T>(T, EventBridgeOptions?, CancellationToken) method which takes in a user-defined message, and EventBridgeOptions to set additonal parameters while publishing messages to EventBridge. Using dependency injection, this interface is available to inject anywhere in the code.