LockedMessage

Data object used to store and lock incoming messages in MemoryMessageQueue.

Description

The LockedMessage class allows you to create data objects used to store and lock incoming messages in MemoryMessageQueue.

Fields

ExpirationTime

The expiration time for the message lock. If it is nil, then the message is not locked.

ExpirationTime: time.Time

Message

The incoming message.

Message: *MessageEnvelope

Timeout

The lock timeout in milliseconds.

Timeout: time.Duration

See also