Interface EventConsumer

All Superinterfaces:
BiConsumer<String,Object>

public interface EventConsumer extends 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

    Modifier and Type
    Method
    Description
    default void
    accept(String name, Object event, String workflowProjectId)
    Accept the given event with some meta-info.

    Methods inherited from interface java.util.function.BiConsumer

    accept, andThen
  • Method Details

    • accept

      default void accept(String name, Object event, String workflowProjectId)
      Accept the given event with some meta-info.
      Parameters:
      name -
      event -
      workflowProjectId -