public class SQSMessageReceiver<F> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAX_RETRYS |
protected static int |
RETRY_SECONDS |
| Constructor and Description |
|---|
SQSMessageReceiver(SQSQueue queue,
SQSMessageHandler<F> handler,
SQSMessageFactory<F> factory) |
protected static final int MAX_RETRYS
protected static final int RETRY_SECONDS
public SQSMessageReceiver(SQSQueue queue, SQSMessageHandler<F> handler, SQSMessageFactory<F> factory)
public void start()
public void stop()
throws InterruptedException
InterruptedExceptionCopyright © 2018. All rights reserved.