public class SyslogUdpBoltFactory extends Object implements org.thales.punch.libraries.storm.api.IBoltFactory
Nothing complex, the bolt is forwarding everything to a next Syslog hop using UDP.
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE
The key referencing the associated bolt.
|
| Constructor and Description |
|---|
SyslogUdpBoltFactory() |
| Modifier and Type | Method and Description |
|---|---|
SyslogUdpOutput |
createBolt(org.thales.punch.platform.api.IPlatform platform,
org.thales.punch.libraries.storm.api.NodeSettings config,
org.thales.punch.libraries.storm.api.ITopologySettings topoConfig) |
public static final String TYPE
public SyslogUdpOutput createBolt(org.thales.punch.platform.api.IPlatform platform, org.thales.punch.libraries.storm.api.NodeSettings config, org.thales.punch.libraries.storm.api.ITopologySettings topoConfig)
createBolt in interface org.thales.punch.libraries.storm.api.IBoltFactoryCopyright © 2023. All rights reserved.