Class JeroMqManager.JeroMqManagerFactory
java.lang.Object
org.apache.logging.log4j.core.appender.mom.jeromq.JeroMqManager.JeroMqManagerFactory
- All Implemented Interfaces:
ManagerFactory<JeroMqManager,
JeroMqManager.JeroMqConfiguration>
- Enclosing class:
- JeroMqManager
private static class JeroMqManager.JeroMqManagerFactory
extends Object
implements ManagerFactory<JeroMqManager,JeroMqManager.JeroMqConfiguration>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateManager
(String name, JeroMqManager.JeroMqConfiguration data) Creates a Manager.
-
Constructor Details
-
JeroMqManagerFactory
private JeroMqManagerFactory()
-
-
Method Details
-
createManager
Description copied from interface:ManagerFactory
Creates a Manager.- Specified by:
createManager
in interfaceManagerFactory<JeroMqManager,
JeroMqManager.JeroMqConfiguration> - Parameters:
name
- The name of the entity to manage.data
- The data required to create the entity.- Returns:
- A Manager for the entity.
-