Package de.otto.synapse.edison.history
Class HistoryService
- java.lang.Object
-
- de.otto.synapse.edison.history.HistoryService
-
@ConditionalOnProperty(prefix="synapse.edison.history", name="enabled", havingValue="true") public class HistoryService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HistoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistorygetHistory(java.lang.String type, java.lang.String entityId)Returns theHistoryof an entity.
-