Package google.registry.beam.common
Interface RegistryPipelineComponent.Builder
- Enclosing interface:
RegistryPipelineComponent
@Builder
public static interface RegistryPipelineComponent.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
isolationOverride
(PersistenceModule.TransactionIsolationLevel isolationOverride) Optionally overrides the default transaction isolation level.
-
Method Details
-
isolationOverride
@BindsInstance RegistryPipelineComponent.Builder isolationOverride(@Nullable @Config("beamIsolationOverride") PersistenceModule.TransactionIsolationLevel isolationOverride) Optionally overrides the default transaction isolation level. This applies to ALL transactions executed in the pipeline. -
build
RegistryPipelineComponent build()
-