dispatchTo

protected abstract DispatchOutcome dispatchTo(Set<I> ids, EventEnvelope event)

Dispatches the given event to entities with the given identifiers, and returns the dispatch outcome.

Parameters

ids

the identifiers of the target entities

event

the event to dispatch