# 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.
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.
WithToken configures a listener with a AAD token.
# Structs
Listener is a struct to contain service bus entities relevant to subscribing to a publisher queue.