public class AggregateCrudSaveOptions extends Object
| Constructor and Description |
|---|
AggregateCrudSaveOptions() |
AggregateCrudSaveOptions(Optional<EventContext> triggeringEvent,
Optional<String> entityId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getEntityId() |
Optional<EventContext> |
getTriggeringEvent() |
AggregateCrudSaveOptions |
withEventContext(EventContext ectx) |
AggregateCrudSaveOptions |
withId(String entityId) |
public AggregateCrudSaveOptions()
public AggregateCrudSaveOptions(Optional<EventContext> triggeringEvent, Optional<String> entityId)
public Optional<EventContext> getTriggeringEvent()
public AggregateCrudSaveOptions withEventContext(EventContext ectx)
public AggregateCrudSaveOptions withId(String entityId)
Copyright © 2021. All rights reserved.