public interface IProxyPushSupplier extends MessageConsumer, NotifyingDisposable
Modifier and Type | Method and Description |
---|---|
void |
disableDelivery()
Disable Deliveries.
|
int |
incErrorCounter()
increment the current error count by one
|
boolean |
isRetryAllowed() |
void |
resetErrorCounter()
reset the error count to zero.
|
void |
scheduleFlush() |
void |
scheduleTask(PushTaskExecutor.PushTask pushTask)
schedule a pushTask for execution using this Objects executor.
|
destroy, isDestroyed, queueMessage
registerDisposable
void disableDelivery()
void resetErrorCounter()
int incErrorCounter()
boolean isRetryAllowed()
void scheduleTask(PushTaskExecutor.PushTask pushTask)
void scheduleFlush()