public class ReboundCallback extends CountingCallbackImpl
| Constructor and Description |
|---|
ReboundCallback(ExecutionContext executionContext,
AmqpService amqp,
CryptoServiceImpl cipher,
java.lang.Integer reboundLimit,
java.lang.Integer reboundInitialExpiration) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Integer |
getReboundExpiration(int reboundIteration) |
protected com.rabbitmq.client.AMQP.BasicProperties |
makeReboundOptions(java.util.Map<java.lang.String,java.lang.Object> headers,
java.lang.Integer expiration) |
void |
receiveData(java.lang.Object data) |
getCount, receive@Inject public ReboundCallback(ExecutionContext executionContext, AmqpService amqp, CryptoServiceImpl cipher, java.lang.Integer reboundLimit, java.lang.Integer reboundInitialExpiration)
public void receiveData(java.lang.Object data)
receiveData in class CountingCallbackImplprotected java.lang.Integer getReboundExpiration(int reboundIteration)
protected com.rabbitmq.client.AMQP.BasicProperties makeReboundOptions(java.util.Map<java.lang.String,java.lang.Object> headers,
java.lang.Integer expiration)