|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PollingConsumerPollingStrategy
Strategy that allows Consumers to influence the PollingConsumer.
PollingConsumer.
EventDrivenPollingConsumer| Method Summary | |
|---|---|
void |
afterPoll()
Callback invoked after the poll. |
void |
beforePoll()
Callback invoked before the poll. |
void |
onInit()
Callback invoked when the consumer is initialized such as when the PollingConsumer starts. |
| Method Detail |
|---|
void onInit()
throws Exception
PollingConsumer starts.
Exception - can be thrown if error initializing.
void beforePoll()
throws Exception
Exception - can be thrown if error occurred
void afterPoll()
throws Exception
Exception - can be thrown if error occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||