Package | Description |
---|---|
org.apache.storm.mqtt.bolt | |
org.apache.storm.mqtt.common | |
org.apache.storm.mqtt.spout | |
org.apache.storm.mqtt.ssl | |
org.apache.storm.mqtt.trident |
Constructor and Description |
---|
MqttBolt(MqttOptions options,
MqttTupleMapper mapper,
KeyStoreLoader keyStoreLoader) |
MqttBolt(MqttOptions options,
MqttTupleMapper mapper,
KeyStoreLoader keyStoreLoader,
boolean retain) |
Modifier and Type | Method and Description |
---|---|
static void |
SslUtils.checkSslConfig(String url,
KeyStoreLoader loader) |
static org.fusesource.mqtt.client.MQTT |
MqttUtils.configureClient(MqttOptions options,
String clientId,
KeyStoreLoader keyStoreLoader) |
static SSLContext |
SslUtils.sslContext(String scheme,
KeyStoreLoader keyStoreLoader) |
Constructor and Description |
---|
MqttPublisher(MqttOptions options,
KeyStoreLoader keyStoreLoader,
boolean retain) |
Modifier and Type | Field and Description |
---|---|
protected KeyStoreLoader |
MqttSpout.keyStoreLoader |
Constructor and Description |
---|
MqttSpout(MqttMessageMapper type,
MqttOptions options,
KeyStoreLoader keyStoreLoader) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyStoreLoader
KeyStoreLoader implementation that uses local files.
|
Constructor and Description |
---|
MqttPublishFunction(MqttOptions options,
MqttTupleMapper mapper,
KeyStoreLoader keyStoreLoader,
boolean retain) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.