Package com.networknt.saga.orchestration
Interface SagaActions<Data>
-
- All Known Subinterfaces:
NewSagaActions<Data>
public interface SagaActions<Data>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<com.networknt.tram.command.consumer.CommandWithDestination>getCommands()Set<EnlistedAggregate>getEnlistedAggregates()Set<EventToPublish>getEventsToPublish()Optional<Data>getUpdatedSagaData()Optional<String>getUpdatedState()
-
-
-
Method Detail
-
getCommands
List<com.networknt.tram.command.consumer.CommandWithDestination> getCommands()
-
getEnlistedAggregates
Set<EnlistedAggregate> getEnlistedAggregates()
-
getEventsToPublish
Set<EventToPublish> getEventsToPublish()
-
-