-
- All Implemented Interfaces:
public final class EngineSagaState
-
-
Field Summary
Fields Modifier and Type Field Description private final UUIDaggregateIdprivate final BooleanstartInitiatedprivate final BooleanstoppedBySaga
-
Constructor Summary
Constructors Constructor Description EngineSagaState(UUID aggregateId, Boolean startInitiated, Boolean stoppedBySaga)
-
Method Summary
Modifier and Type Method Description final UUIDgetAggregateId()final BooleangetStartInitiated()final BooleangetStoppedBySaga()-
-
Method Detail
-
getAggregateId
final UUID getAggregateId()
-
getStartInitiated
final Boolean getStartInitiated()
-
getStoppedBySaga
final Boolean getStoppedBySaga()
-
-
-
-