public class MqttBolt extends BaseTickTupleAwareRichBolt
| Constructor and Description |
|---|
MqttBolt(MqttOptions options,
MqttTupleMapper mapper) |
MqttBolt(MqttOptions options,
MqttTupleMapper mapper,
boolean retain) |
MqttBolt(MqttOptions options,
MqttTupleMapper mapper,
KeyStoreLoader keyStoreLoader) |
MqttBolt(MqttOptions options,
MqttTupleMapper mapper,
KeyStoreLoader keyStoreLoader,
boolean retain) |
| Modifier and Type | Method and Description |
|---|---|
void |
declareOutputFields(OutputFieldsDeclarer declarer) |
void |
prepare(Map conf,
TopologyContext context,
OutputCollector collector) |
protected void |
process(Tuple input) |
execute, onTickTuplecleanupgetComponentConfigurationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentConfigurationpublic MqttBolt(MqttOptions options, MqttTupleMapper mapper)
public MqttBolt(MqttOptions options, MqttTupleMapper mapper, boolean retain)
public MqttBolt(MqttOptions options, MqttTupleMapper mapper, KeyStoreLoader keyStoreLoader)
public MqttBolt(MqttOptions options, MqttTupleMapper mapper, KeyStoreLoader keyStoreLoader, boolean retain)
public void prepare(Map conf, TopologyContext context, OutputCollector collector)
protected void process(Tuple input)
process in class BaseTickTupleAwareRichBoltpublic void declareOutputFields(OutputFieldsDeclarer declarer)
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.