| Modifier and Type | Field and Description |
|---|---|
static SubscriberOptions |
SubscriberOptions.DEFAULTS |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
EventuateAggregateStore.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> dispatch) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
EventuateAggregateStoreImpl.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> handler) |
CompletableFuture<?> |
AggregateEvents.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<SerializedEvent,CompletableFuture<?>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncToSyncAggregateEventsAdapter.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<SerializedEvent,CompletableFuture<?>> handler) |
CompletableFuture<?> |
SyncToAsyncAggregateEventsAdapter.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<SerializedEvent,CompletableFuture<?>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventuateAggregateStoreImpl.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> handler) |
void |
AggregateEvents.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<SerializedEvent,CompletableFuture<?>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventuateAggregateStore.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> dispatch) |
Copyright © 2021. All rights reserved.