Uses of Record Class
io.fluxzero.sdk.modeling.Change
Packages that use Change
-
Uses of Change in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.modeling that return ChangeModifier and TypeMethodDescriptionChange.withEffects(boolean storeEvent, boolean publishEvent, boolean updateState) Methods in io.fluxzero.sdk.modeling that return types with arguments of type ChangeModifier and TypeMethodDescriptionCommitAttempt.Step.changes()Returns the value of thechangesrecord component.CommitAttempt.transitions()Constructor parameters in io.fluxzero.sdk.modeling with type arguments of type ChangeModifierConstructorDescriptionStep(DeserializingMessage message, List<Change> changes) Creates an instance of aSteprecord class. -
Uses of Change in io.fluxzero.sdk.persisting.repository
Methods in io.fluxzero.sdk.persisting.repository that return types with arguments of type Change