Class History

java.lang.Object
de.otto.synapse.edison.history.History

public class History extends Object
The history of a single entity that is aggregated from messages and stored in a StateRepository.

A History consists of an entityId, and a list of history entries.

The entityId corresponds to the key of an entry in the StateRepository that is used to aggregate messages. Multiple messages from one or more channels may be aggregated into a single entity, so the history entries contain not only the message, but also the the name of the channel that was the origin of the message.