Table of Contents

Interface IMessagePollerConfiguration

Namespace
AWS.Messaging.Configuration
Assembly
AWS.Messaging.dll

Interface for poller configuration instances. Each type of poller will have a different set of configurations depending on the underlying service being polled from.

public interface IMessagePollerConfiguration

Properties

SubscriberEndpoint

The AWS service endpoint to poll messages from.

string SubscriberEndpoint { get; }

Property Value

string