Uses of Class
io.fluxzero.sdk.configuration.PublishedEventModelMigration.Builder
Packages that use PublishedEventModelMigration.Builder
-
Uses of PublishedEventModelMigration.Builder in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return PublishedEventModelMigration.BuilderModifier and TypeMethodDescriptionPublishedEventModelMigration.builder()Creates a migration builder.Sets the low-level client owned and closed by the migration application.PublishedEventModelMigration.Builder.maxFetchSize(int maxFetchSize) Overrides the conservative replay batch size.PublishedEventModelMigration.Builder.modelsInPackage(String packageName) Discovers registered Model roots in this package and its subpackages.PublishedEventModelMigration.Builder.modelTypes(Class<?>... modelTypes) Adds explicit Model roots to the migration catalog.PublishedEventModelMigration.Builder.modelTypes(Collection<Class<?>> modelTypes) Adds explicit Model roots to the migration catalog.Sets the stable durable consumer name.PublishedEventModelMigration.Builder.serializer(Serializer serializer) Uses the serializer and upcaster chain for legacy events, Model snapshots and documents.