Class HttpRequisitionMergeSource.Factory
java.lang.Object
org.opennms.opennms.pris.plugins.defaults.source.HttpRequisitionMergeSource.Factory
- All Implemented Interfaces:
Source.Factory
- Enclosing class:
- HttpRequisitionMergeSource
@MetaInfServices
public static class HttpRequisitionMergeSource.Factory
extends Object
implements Source.Factory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(InstanceConfiguration config) Creates a source.Returns the identifier used to created a source using this factory.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getIdentifier
Description copied from interface:Source.Factory
Returns the identifier used to created a source using this factory.- Specified by:
getIdentifier
in interfaceSource.Factory
- Returns:
- the identifier string
-
create
Description copied from interface:Source.Factory
Creates a source.- Specified by:
create
in interfaceSource.Factory
- Parameters:
config
- the configuration used to build the source- Returns:
- the created source
-