public interface SagaActions<Data>
| Modifier and Type | Method and Description |
|---|---|
List<com.networknt.tram.command.consumer.CommandWithDestination> |
getCommands() |
Set<EnlistedAggregate> |
getEnlistedAggregates() |
Set<EventToPublish> |
getEventsToPublish() |
Optional<Data> |
getUpdatedSagaData() |
Optional<String> |
getUpdatedState() |
List<com.networknt.tram.command.consumer.CommandWithDestination> getCommands()
Set<EnlistedAggregate> getEnlistedAggregates()
Set<EventToPublish> getEventsToPublish()
Copyright © 2018. All rights reserved.