| Package | Description |
|---|---|
| org.apache.stratos.messaging.broker.connect | |
| org.apache.stratos.messaging.broker.connect.amqp | |
| org.apache.stratos.messaging.broker.connect.mqtt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicPublisher
Topic publisher interface to be implemented by a transport specific topic publisher.
|
interface |
TopicSubscriber
Topic subscriber interface to be implemented by a transport specific topic subscriber.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpTopicConnector
AMQP topic connector.
|
class |
AmqpTopicPublisher
AMQP topic publisher.
|
class |
AmqpTopicSubscriber
AMQP topic subscriber.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MqttTopicConnector
MQTT topic connector implementation.
|
class |
MqttTopicPublisher
Mqtt topic connector
Usage: Create an instance and invoke connect() to connect to the message broker.
|
class |
MqttTopicSubscriber
MQTT topic subscriber
Usage: Create an instance and invoke connect(), subscribe() to subscribe to a topic.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.