Package org.jboss.as.controller.remote
Interface ModelControllerOperationHandlerFactory
public interface ModelControllerOperationHandlerFactory
Factory for operation handler services.
- Author:
- Richard Opalka
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier)
-
Method Details
-
newInstance
AbstractModelControllerOperationHandlerFactoryService newInstance(Consumer<AbstractModelControllerOperationHandlerFactoryService> serviceConsumer, Supplier<ModelController> modelControllerSupplier, Supplier<ExecutorService> executorSupplier, Supplier<ScheduledExecutorService> scheduledExecutorSupplier)
-