# Functions
New creates a new service bus listener.
WithConnectionString configures a listener with the information provided in a Service Bus connection string.
WithEnvironmentName configures the azure environment used to connect to Servicebus.
WithFilterDescriber configures the filters on the subscription.
WithLockDuration allows listeners to control LockDuration.
WithManagedIdentityClientID configures a listener with the attached managed identity and the Service bus resource name.
WithManagedIdentityResourceID configures a listener with the attached managed identity and the Service bus resource name.
No description provided by the author
WithQueueMaxDeliveryCount allows listeners to control MaxDeliveryCount.
No description provided by the author
WithPrefetchCount the receiver to quietly acquires more messages, up to the PrefetchCount limit.
WithDetails allows listeners to control Queue details for longer lived operations.
WithSubscriptionName configures the subscription name of the subscription to listen to.
WithToken configures a listener with a AAD token.
WithTypeFilter will subscribe to event of the go type provided.
# Structs
Listener is a struct to contain service bus entities relevant to subscribing to a publisher topic.
# Interfaces
No description provided by the author