EventDestinations

public final class EventDestinations

The available destinations for the Events sent via this inbox.

Functions

Link copied to clipboard
public void toCatchUp(I entityId)
Sends to the catch-up handler of the entity with the specified ID.
Link copied to clipboard
public void toImporter(I entityId)
Sends to the event-importing handler of the entity with the specified ID.
Link copied to clipboard
public void toReactor(I entityId)
Sends to the reacting handler of the entity with the specified ID.
Link copied to clipboard
public void toSubscriber(I entityId)
Sends to the event-subscribing handler of the entity with the specified ID.