Package | Description |
---|---|
org.apache.storm.mqtt.mappers | |
org.apache.storm.mqtt.spout |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayMessageMapper |
class |
StringMessageMapper
Given a String topic and byte[] message, emits a tuple with fields “topic” and “message”, both of which are Strings.
|
Modifier and Type | Field and Description |
---|---|
protected MqttMessageMapper |
MqttSpout.type |
Constructor and Description |
---|
MqttSpout(MqttMessageMapper type,
MqttOptions options) |
MqttSpout(MqttMessageMapper type,
MqttOptions options,
KeyStoreLoader keyStoreLoader) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.