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 void
BarbelHistoBuilder. postAsynchronousEvent(HistoEvent event)
Post an async event into theBarbelHistoBuilder.asynchronousEventBus
.void
BarbelHistoContext. postAsynchronousEvent(HistoEvent event)
void
BarbelHistoBuilder. postSynchronousEvent(HistoEvent event)
Post an event into theBarbelHistoBuilder.synchronousEventBus
.void
BarbelHistoContext. 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 class
EventType.AbstractBarbelEvent
static class
EventType.AcquireLockEvent
class
EventType.BarbelInitializedEvent
static class
EventType.InactivationEvent
static class
EventType.InitializeJournalEvent
static class
EventType.InsertBitemporalEvent
class
EventType.OnLoadOperationEvent
static class
EventType.ReleaseLockEvent
static class
EventType.RetrieveDataEvent
class
EventType.UnLoadOperationEvent
static class
EventType.UpdateFinishedEvent
Methods in org.projectbarbel.histo.event that return HistoEvent Modifier and Type Method Description HistoEvent
PostableEvent. create()
HistoEvent
HistoEventFailedException. getEvent()
default HistoEvent
HistoEvent. with(Object value)
default HistoEvent
HistoEvent. 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)
-