from

public static EventConsumer<E> from<E extends EventMessage>(Consumer<E> consumer)

Converts the passed consumer of the event message to EventConsumer.