# Packages

No description provided by the author

# Functions

EnableAzureLogging emits log messages using local logger.
No description provided by the author
No description provided by the author
We dont use With style options as this is executed in the hotpath.
NewReceiver creates a new Receiver that will process a number of messages simultaneously.
NewSender creates a new client.
No description provided by the author
SetProperty adds key-value pair to OutMessage and can be chained.
No description provided by the author
SetProperty adds key-value pair to Message and can be chained.
WithHandlers.
WithRenewalTime takes an optional time to renew the peek lock.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RenewalTime is the how often we want to renew the message PEEK lock Inspection of the topics and subscription shows that the PeekLock timeout is one minute.
No description provided by the author

# Variables

Azure package expects the user to elucidate errors like so: var servicebusError *azservicebus.Error if errors.As(err, &servicebusError) && servicebusError.code == azservicebus.CodeUnauthorizedAccess { ..
Azure package expects the user to elucidate errors like so: var servicebusError *azservicebus.Error if errors.As(err, &servicebusError) && servicebusError.code == azservicebus.CodeUnauthorizedAccess { ..
No description provided by the author
No description provided by the author
Set a timeout for processing the message, this should be no later than the message lock time.
Azure package expects the user to elucidate errors like so: var servicebusError *azservicebus.Error if errors.As(err, &servicebusError) && servicebusError.code == azservicebus.CodeUnauthorizedAccess { ..
Azure package expects the user to elucidate errors like so: var servicebusError *azservicebus.Error if errors.As(err, &servicebusError) && servicebusError.code == azservicebus.CodeUnauthorizedAccess { ..

# Structs

No description provided by the author
Receiver to receive messages on a queue.
ReceiverConfig configuration for an azure servicebus queue.
Sender to send or receive messages on a queue or topic.
SenderConfig configuration for an azure servicebus namespace and queue.

# Interfaces

Handler processes a ReceivedMessage.
No description provided by the author
No description provided by the author

# Type aliases

Disposition describes the eventual demise of the message after processing by the client.
No description provided by the author
OutMessage abstracts the output message interface.
No description provided by the author
No description provided by the author