|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ConsumerAdapter
A unifying interface to talk to different kinds consumers in a uniform way.
PushConsumer,
SequencePushConsumer,
StructuredPushConsumer| Method Summary | |
|---|---|
void |
disconnect()
Disconnect the consumer. |
void |
push(Event event)
Pushes an event to the underlying consumer, performing the necessary event transformations. |
| Method Detail |
|---|
void push(Event event)
throws Disconnected
event - the event to push
DisconnectedEventTranslatorvoid disconnect()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||