Interface IMessagePublisherConfiguration
- Namespace
- AWS.Messaging.Configuration
- Assembly
- AWS.Messaging.dll
Interface for the different message publisher configuration.
public interface IMessagePublisherConfiguration
Properties
PublisherEndpoint
Retrieves the AWS service-specific endpoint URL which the publisher will use to route the message.
string? PublisherEndpoint { get; set; }