public interface PrefetchManager
| Modifier and Type | Method and Description |
|---|---|
SQSMessageConsumer |
getMessageConsumer()
This is used to determine the state of the consumer, when the message
listener scheduler is processing the messages.
|
void |
messageDispatched()
Notify the prefetchThread that the message is dispatched from
messageQueue when user calls for receive or message listener onMessage is
called.
|
void |
messageListenerReady()
Notify the prefetchThread that the message listener has finished with any
previous message and is ready to accept another.
|
void messageDispatched()
void messageListenerReady()
SQSMessageConsumer getMessageConsumer()
Copyright © 2022. All rights reserved.