org.openorb.notify
public interface ConsumerAdapter
See Also: PushConsumer SequencePushConsumer
| Method Summary | |
|---|---|
| void | disconnect()
Disconnect the consumer. |
| void | push(Event event)
Pushes an event to the underlying consumer, performing the necessary
event transformations.
|