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 java.lang.Object implements ManagerFactory<JeroMqManager,JeroMqManager.JeroMqConfiguration>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
JeroMqManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JeroMqManager
createManager(java.lang.String name, JeroMqManager.JeroMqConfiguration data)
Creates a Manager.
-
-
-
Method Detail
-
createManager
public JeroMqManager createManager(java.lang.String name, JeroMqManager.JeroMqConfiguration data)
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.
-
-