Uses of Class
com.networknt.saga.orchestration.DestinationAndResource
-
Packages that use DestinationAndResource Package Description com.networknt.saga.orchestration -
-
Uses of DestinationAndResource in com.networknt.saga.orchestration
Methods in com.networknt.saga.orchestration that return types with arguments of type DestinationAndResource Modifier and Type Method Description Set<DestinationAndResource>SagaInstance. getDestinationsAndResources()Method parameters in com.networknt.saga.orchestration with type arguments of type DestinationAndResource Modifier and Type Method Description voidSagaInstance. addDestinationsAndResources(Set<DestinationAndResource> destinationAndResources)Constructor parameters in com.networknt.saga.orchestration with type arguments of type DestinationAndResource Constructor Description SagaInstance(String sagaType, String sagaId, String stateName, String lastRequestId, SerializedSagaData serializedSagaData, Set<DestinationAndResource> destinationsAndResources)
-