public class EmitterFactory extends ModuleFactory
EmitterModule. The remote emitter module
receives data from a remote
ReceiverModule and
emits it into local data flows.
The factory has the following characteristics.
| Provider URN: | metc:remote:emitter |
|---|---|
| Cardinality: | Multi-Instance |
| Auto-Instantiated: | No |
| Auto-Started: | Yes |
| Instantiation Arguments: | String: module instance name |
The URN of the created module instance has the provider URN as the prefix and the supplied module instance name as the URN instance name.
| Modifier and Type | Field and Description |
|---|---|
static ModuleURN |
PROVIDER_URN
The provider URN for this module provider.
|
| Constructor and Description |
|---|
EmitterFactory()
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
create(Object... inParameters) |
getParameterTypes, getProviderDescription, getProviderURN, isAutoInstantiate, isMultipleInstancespublic static final ModuleURN PROVIDER_URN
public Module create(Object... inParameters) throws ModuleCreationException
create in class ModuleFactoryModuleCreationExceptionCopyright © 2019. All rights reserved.