| Package | Description |
|---|---|
| com.networknt.eventuate.common | |
| com.networknt.eventuate.common.impl | |
| com.networknt.eventuate.common.impl.sync | |
| com.networknt.eventuate.common.sync |
| Modifier and Type | Method and Description |
|---|---|
FindOptions |
FindOptions.withTriggeringEvent(EventContext eventContext) |
FindOptions |
FindOptions.withTriggeringEvent(Optional<EventContext> eventContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStore.find(Class<T> clasz,
String entityId,
FindOptions findOptions) |
CompletableFuture<EntityWithMetadata<T>> |
AggregateRepository.find(String entityId,
FindOptions findOptions)
Find an aggregate
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStore.find(Class<T> clasz,
String entityId,
Optional<FindOptions> findOptions) |
CompletableFuture<EntityWithMetadata<T>> |
AggregateRepository.find(String entityId,
Optional<FindOptions> findOptions)
Find an aggregate
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStoreImpl.find(Class<T> clasz,
String entityId,
FindOptions findOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStoreImpl.find(Class<T> clasz,
String entityId,
Optional<FindOptions> findOptions) |
static Optional<AggregateCrudFindOptions> |
AggregateCrudMapping.toAggregateCrudFindOptions(Optional<FindOptions> findOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStoreImpl.find(Class<T> clasz,
String entityId,
FindOptions findOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStoreImpl.find(Class<T> clasz,
String entityId,
Optional<FindOptions> findOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStore.find(Class<T> clasz,
String entityId,
FindOptions findOptions) |
EntityWithMetadata<T> |
AggregateRepository.find(String entityId,
FindOptions findOptions)
Find an aggregate
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Aggregate<T>> |
EventuateAggregateStore.find(Class<T> clasz,
String entityId,
Optional<FindOptions> findOptions) |
EntityWithMetadata<T> |
AggregateRepository.find(String entityId,
Optional<FindOptions> findOptions)
Find an aggregate
|
Copyright © 2021. All rights reserved.