Package com.networknt.saga.orchestration
Interface Saga<Data>
-
public interface Saga<Data>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SagaDefinition<Data>getSagaDefinition()default StringgetSagaType()
-
-
-
Method Detail
-
getSagaDefinition
SagaDefinition<Data> getSagaDefinition()
-
getSagaType
default String getSagaType()
-
-