| Package | Description |
|---|---|
| com.networknt.eventuate.common.impl | |
| com.networknt.eventuate.common.impl.adapters | |
| com.networknt.eventuate.common.impl.sync |
| Modifier and Type | Method and Description |
|---|---|
AggregateCrudFindOptions |
AggregateCrudFindOptions.withTriggeringEvent(EventContext eventContext) |
AggregateCrudFindOptions |
AggregateCrudFindOptions.withTriggeringEvent(Optional<EventContext> eventContext) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<AggregateCrudFindOptions> |
AggregateCrudMapping.toAggregateCrudFindOptions(Optional<FindOptions> findOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
AggregateCrud.find(String aggregateType,
String entityId,
Optional<AggregateCrudFindOptions> findOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
SyncToAsyncAggregateCrudAdapter.find(String aggregateType,
String entityId,
Optional<AggregateCrudFindOptions> findOptions) |
<T extends Aggregate<T>> |
AsyncToSyncAggregateCrudAdapter.find(String aggregateType,
String entityId,
Optional<AggregateCrudFindOptions> findOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
AggregateCrud.find(String aggregateType,
String entityId,
Optional<AggregateCrudFindOptions> findOptions)
Find a Aggregate events by giving aggregateType and entityId
|
Copyright © 2021. All rights reserved.