Package io.datarouter.changelog.config
Class DatarouterChangelogPlugin.DatarouterChangelogPluginBuilder
java.lang.Object
io.datarouter.changelog.config.DatarouterChangelogPlugin.DatarouterChangelogPluginBuilder
- Enclosing class:
- DatarouterChangelogPlugin
public static class DatarouterChangelogPlugin.DatarouterChangelogPluginBuilder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DatarouterChangelogPluginBuilder(io.datarouter.storage.client.ClientId defaultClientId) -
Method Summary
Modifier and Type Method Description DatarouterChangelogPluginbuild()DatarouterChangelogPlugin.DatarouterChangelogPluginBuilderenableChangelogPublishing(java.lang.Class<? extends io.datarouter.instrumentation.changelog.ChangelogPublisher> changelogPublisher)DatarouterChangelogPlugin.DatarouterChangelogPluginBuildersetDaoModule(io.datarouter.storage.client.ClientId changelogClientId)
-
Constructor Details
-
DatarouterChangelogPluginBuilder
public DatarouterChangelogPluginBuilder(io.datarouter.storage.client.ClientId defaultClientId)
-
-
Method Details
-
enableChangelogPublishing
public DatarouterChangelogPlugin.DatarouterChangelogPluginBuilder enableChangelogPublishing(java.lang.Class<? extends io.datarouter.instrumentation.changelog.ChangelogPublisher> changelogPublisher) -
setDaoModule
public DatarouterChangelogPlugin.DatarouterChangelogPluginBuilder setDaoModule(io.datarouter.storage.client.ClientId changelogClientId) -
build
-