appendAll

public abstract void appendAll(Iterable<Event> events)

Appends the passed events to the history of events.

If the passed Iterable is empty, no action is performed.

If the passed Events belong to the different tenants, an IllegalArgumentException is thrown.

Parameters

events

the events to append