public class AggregateCrudUpdateOptions extends Object
| Constructor and Description |
|---|
AggregateCrudUpdateOptions() |
AggregateCrudUpdateOptions(Optional<EventContext> triggeringEvent,
Optional<SerializedSnapshot> snapshot) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SerializedSnapshot> |
getSnapshot() |
Optional<EventContext> |
getTriggeringEvent() |
String |
toString() |
AggregateCrudUpdateOptions |
withSnapshot(SerializedSnapshot serializedSnapshot) |
AggregateCrudUpdateOptions |
withTriggeringEvent(EventContext eventContext) |
public AggregateCrudUpdateOptions()
public AggregateCrudUpdateOptions(Optional<EventContext> triggeringEvent, Optional<SerializedSnapshot> snapshot)
public AggregateCrudUpdateOptions withSnapshot(SerializedSnapshot serializedSnapshot)
public Optional<EventContext> getTriggeringEvent()
public Optional<SerializedSnapshot> getSnapshot()
public AggregateCrudUpdateOptions withTriggeringEvent(EventContext eventContext)
Copyright © 2021. All rights reserved.