public interface Consumer
Modifier and Type | Method and Description |
---|---|
void |
consume(Context ctx,
Event event)
Consume an event; events may get filtered at the dispatcher level, hiding
it from the consumer.
|
void |
end(Context ctx)
Signal that there are no more events queued in this event stream and
event processing for the preceding consume calls should be finished up.
|
void |
finish(Context ctx)
Finish - free any allocated resources.
|
void |
initialize()
Initialize - allocate any resources required to operate.
|
void initialize() throws Exception
Exception
void consume(Context ctx, Event event) throws Exception
ctx
- the execution context objectevent
- the content eventException
void end(Context ctx) throws Exception
Exception
Copyright © 2016 DuraSpace. All Rights Reserved.