Class MqttV5MessageBinderProvisioner.MqttMessageDestination
java.lang.Object
de.iip_ecosphere.platform.transport.spring.binder.mqttv5.MqttV5MessageBinderProvisioner.MqttMessageDestination
- All Implemented Interfaces:
org.springframework.cloud.stream.provisioning.ConsumerDestination,org.springframework.cloud.stream.provisioning.ProducerDestination
- Enclosing class:
- MqttV5MessageBinderProvisioner
private class MqttV5MessageBinderProvisioner.MqttMessageDestination extends Object implements org.springframework.cloud.stream.provisioning.ProducerDestination, org.springframework.cloud.stream.provisioning.ConsumerDestination
Implements a message destination for MQTT v5.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields Modifier and Type Field Description private Stringdestination -
Constructor Summary
Constructors Modifier Constructor Description privateMqttMessageDestination(String destination)Implements a message destination. -
Method Summary
Modifier and Type Method Description StringgetName()StringgetNameForPartition(int partition)
-
Field Details
-
Constructor Details
-
MqttMessageDestination
Implements a message destination.- Parameters:
destination- the destination (topic)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.springframework.cloud.stream.provisioning.ConsumerDestination- Specified by:
getNamein interfaceorg.springframework.cloud.stream.provisioning.ProducerDestination
-
getNameForPartition
- Specified by:
getNameForPartitionin interfaceorg.springframework.cloud.stream.provisioning.ProducerDestination
-