Interface EventConsumer
- All Superinterfaces:
BiConsumer<String,Object>
Interface for an event consumer that accepts event usually emitted by an
EventSource.- Author:
- Kai Franze, KNIME GmbH, Martin Horn, KNIME GmbH, Konstanz, Germany
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Method Details
-
accept
Accept the given event with some meta-info.- Parameters:
name-event-workflowProjectId-
-