Uses of Interface
org.projectbarbel.histo.event.HistoEvent
-
Packages that use HistoEvent Package Description org.projectbarbel.histo org.projectbarbel.histo.event -
-
Uses of HistoEvent in org.projectbarbel.histo
Methods in org.projectbarbel.histo with parameters of type HistoEvent Modifier and Type Method Description voidBarbelHistoBuilder. postAsynchronousEvent(HistoEvent event)Post an async event into theBarbelHistoBuilder.asynchronousEventBus.voidBarbelHistoContext. postAsynchronousEvent(HistoEvent event)voidBarbelHistoBuilder. postSynchronousEvent(HistoEvent event)Post an event into theBarbelHistoBuilder.synchronousEventBus.voidBarbelHistoContext. postSynchronousEvent(HistoEvent event) -
Uses of HistoEvent in org.projectbarbel.histo.event
Classes in org.projectbarbel.histo.event that implement HistoEvent Modifier and Type Class Description static classEventType.AbstractBarbelEventstatic classEventType.AcquireLockEventclassEventType.BarbelInitializedEventstatic classEventType.InactivationEventstatic classEventType.InitializeJournalEventstatic classEventType.InsertBitemporalEventclassEventType.OnLoadOperationEventstatic classEventType.ReleaseLockEventstatic classEventType.RetrieveDataEventclassEventType.UnLoadOperationEventstatic classEventType.UpdateFinishedEventMethods in org.projectbarbel.histo.event that return HistoEvent Modifier and Type Method Description HistoEventPostableEvent. create()HistoEventHistoEventFailedException. getEvent()default HistoEventHistoEvent. with(Object value)default HistoEventHistoEvent. with(Object key, Object value)Constructors in org.projectbarbel.histo.event with parameters of type HistoEvent Constructor Description HistoEventFailedException(String message, Throwable cause, HistoEvent event)HistoEventFailedException(String message, HistoEvent event)
-