Class AllReplicasPlugin
java.lang.Object
com.linecorp.centraldogma.server.plugin.AllReplicasPlugin
- All Implemented Interfaces:
Plugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(PluginInitContext pluginInitContext) Overrides this method to initialize the plugin using thePluginInitContext
.final PluginTarget
target
(CentralDogmaConfig config) Returns thePluginTarget
which specifies the replicas that thisPlugin
is applied to.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.linecorp.centraldogma.server.plugin.Plugin
configType, isEnabled, start, stop
-
Constructor Details
-
AllReplicasPlugin
public AllReplicasPlugin()
-
-
Method Details
-
init
Overrides this method to initialize the plugin using thePluginInitContext
. -
target
Description copied from interface:Plugin
Returns thePluginTarget
which specifies the replicas that thisPlugin
is applied to.
-