Uses of Class
com.networknt.saga.orchestration.EnlistedAggregate
-
Packages that use EnlistedAggregate Package Description com.networknt.saga.orchestration -
-
Uses of EnlistedAggregate in com.networknt.saga.orchestration
Methods in com.networknt.saga.orchestration that return types with arguments of type EnlistedAggregate Modifier and Type Method Description Set<EnlistedAggregate>EnlistedAggregatesDao. findEnlistedAggregates(String sagaId)Set<EnlistedAggregate>EnlistedAggregatesDaoImpl. findEnlistedAggregates(String sagaId)Set<EnlistedAggregate>SagaActions. getEnlistedAggregates()Method parameters in com.networknt.saga.orchestration with type arguments of type EnlistedAggregate Modifier and Type Method Description voidEnlistedAggregatesDao. save(String sagaId, Set<EnlistedAggregate> enlistedAggregates)voidEnlistedAggregatesDaoImpl. save(String sagaId, Set<EnlistedAggregate> enlistedAggregates)
-