Uses of Class
com.networknt.saga.orchestration.SerializedSagaData
-
Packages that use SerializedSagaData Package Description com.networknt.saga.orchestration -
-
Uses of SerializedSagaData in com.networknt.saga.orchestration
Methods in com.networknt.saga.orchestration that return SerializedSagaData Modifier and Type Method Description SerializedSagaDataSagaInstance. getSerializedSagaData()static <Data> SerializedSagaDataSagaDataSerde. serializeSagaData(Data sagaData)Methods in com.networknt.saga.orchestration with parameters of type SerializedSagaData Modifier and Type Method Description static <Data> DataSagaDataSerde. deserializeSagaData(SerializedSagaData serializedSagaData)voidSagaInstance. setSerializedSagaData(SerializedSagaData serializedSagaData)Constructors in com.networknt.saga.orchestration with parameters of type SerializedSagaData Constructor Description SagaInstance(String sagaType, String sagaId, String stateName, String lastRequestId, SerializedSagaData serializedSagaData, Set<DestinationAndResource> destinationsAndResources)
-