route

protected abstract ImmutableSet<I> route(EventEnvelope event)

Selects the target to which the event should be dispatched.

Return

the set of the target identifiers

Parameters

event

the event to dispatch