Interface EventPublisher<EventType extends DomainEvent>

Type Parameters:
EventType - The type of events to listen to
All Superinterfaces:
MessagePublisher<EventType>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Deprecated public interface EventPublisher<EventType extends DomainEvent> extends MessagePublisher<EventType>
Deprecated.
Use MessagePublisher instead
Deprecated interface to publish events. Currently kept for compatibility reasons
  • Method Summary

    Methods inherited from interface ch.admin.bit.jeap.messaging.api.MessagePublisher

    send