package
0.8.3
Repository: https://github.com/azure/go-shuttle.git
Documentation: pkg.go.dev

# Functions

WithConnectionString configures a listener with the information provided in a Service Bus connection string.
WithDetails allows listeners to control Queue details for longer lived operations.
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.
WithToken configures a listener with a AAD token.

# Type aliases

ManagementOption provides structure for configuring a new Listener.
Option provides structure for configuring when starting to listen to a specified topic.