Class AllReplicasPlugin
java.lang.Object
com.linecorp.centraldogma.server.plugin.AllReplicasPlugin
- All Implemented Interfaces:
Plugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(PluginInitContext pluginInitContext) Overrides this method to initialize the plugin using thePluginInitContext.final PluginTargettarget(CentralDogmaConfig config) Returns thePluginTargetwhich specifies the replicas that thisPluginis applied to.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:PluginReturns thePluginTargetwhich specifies the replicas that thisPluginis applied to.
-