| 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 |
|---|---|
Optional<DispatchedEvent<Event>> |
SerializedEventDeserializer.toDispatchedEvent(SerializedEvent se) |
Optional<DispatchedEvent<Event>> |
DefaultSerializedEventDeserializer.toDispatchedEvent(SerializedEvent se) |
| Modifier and Type | Method and Description |
|---|---|
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 |
AggregateEvents.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<SerializedEvent,CompletableFuture<?>> handler) |
Copyright © 2021. All rights reserved.