Uses of Class
io.serialized.client.aggregate.Event
| Package | Description |
|---|---|
| io.serialized.client.aggregate |
-
Uses of Event in io.serialized.client.aggregate
Fields in io.serialized.client.aggregate with type parameters of type Event Modifier and Type Field Description List<Event>AggregateRequest. eventsMethods in io.serialized.client.aggregate that return Event Modifier and Type Method Description EventEvent.RawBuilder. build()Event<T>Event.TypedBuilder. build()Methods in io.serialized.client.aggregate that return types with arguments of type Event Modifier and Type Method Description List<Event>AggregateUpdate. apply(T state)List<Event>Command. apply(A aggregate)List<Event>EventBatch. getEvents()Methods in io.serialized.client.aggregate with parameters of type Event Modifier and Type Method Description TEventHandler. handle(T state, Event<E> e)AggregateRequest.BuilderAggregateRequest.Builder. withEvent(Event event)Method parameters in io.serialized.client.aggregate with type arguments of type Event Modifier and Type Method Description TStateBuilder. buildState(List<? extends Event> events)AggregateRequest.BuilderAggregateRequest.Builder. withEvents(List<? extends Event> events)Constructor parameters in io.serialized.client.aggregate with type arguments of type Event Constructor Description EventBatch(List<Event> events, Long expectedVersion)