Uses of Interface
io.fluxzero.sdk.modeling.CommitPolicy
Packages that use CommitPolicy
-
Uses of CommitPolicy in io.fluxzero.sdk.modeling
Classes in io.fluxzero.sdk.modeling that implement CommitPolicyModifier and TypeClassDescriptionenumControls when aggregate changes are committed and whether multiple commits in the same completion phase may run concurrently.enumControls when an automatic independent-model commit starts and when its completion is awaited.Methods in io.fluxzero.sdk.modeling that return CommitPolicyModifier and TypeMethodDescriptionEntityMetadata.RootConfiguration.commitPolicy()Returns the value of thecommitPolicyrecord component.Constructors in io.fluxzero.sdk.modeling with parameters of type CommitPolicyModifierConstructorDescriptionRootConfiguration(EntityMetadata.RootKind kind, io.fluxzero.common.api.modeling.ModelConflictPolicy conflictPolicy, AutomaticModelHandling automaticHandling, boolean eventSourced, boolean ignoreUnknownEvents, int snapshotPeriod, int maxSnapshotCount, boolean cached, int cachingDepth, int checkpointPeriod, CommitPolicy commitPolicy, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, boolean directDocument, boolean publicDocument, boolean materializeGraph, GraphProjection graphProjection, String collection, String timestampPath, String endPath) Creates an instance of aRootConfigurationrecord class.