Class SingletonDeploymentMetricExecutor
java.lang.Object
org.wildfly.extension.clustering.singleton.SingletonMetricExecutor
org.wildfly.extension.clustering.singleton.SingletonDeploymentMetricExecutor
- All Implemented Interfaces:
org.wildfly.subsystem.resource.executor.MetricExecutor<Singleton>
Executor for singleton deployment metrics.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSingletonDeploymentMetricExecutor(org.wildfly.service.capture.FunctionExecutorRegistry<org.jboss.msc.service.ServiceName, Singleton> executors) -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.singleton.SingletonMetricExecutor
execute
-
Constructor Details
-
SingletonDeploymentMetricExecutor
public SingletonDeploymentMetricExecutor(org.wildfly.service.capture.FunctionExecutorRegistry<org.jboss.msc.service.ServiceName, Singleton> executors)
-