Class JeeSharedSubscriptionsMqttMessagingSkeletonFactory
- java.lang.Object
-
- io.joynr.messaging.AbstractMessagingSkeletonFactory
-
- io.joynr.messaging.mqtt.AbstractMqttMessagingSkeletonFactory
-
- io.joynr.jeeintegration.messaging.JeeSharedSubscriptionsMqttMessagingSkeletonFactory
-
- All Implemented Interfaces:
IMessagingSkeleton,IMessagingSkeletonFactory
public class JeeSharedSubscriptionsMqttMessagingSkeletonFactory extends AbstractMqttMessagingSkeletonFactory
-
-
Field Summary
-
Fields inherited from class io.joynr.messaging.mqtt.AbstractMqttMessagingSkeletonFactory
mqttMessagingSkeletons
-
Fields inherited from class io.joynr.messaging.AbstractMessagingSkeletonFactory
messagingSkeletonList
-
-
Constructor Summary
Constructors Constructor Description JeeSharedSubscriptionsMqttMessagingSkeletonFactory(String[] gbids, MqttAddress ownAddress, MqttAddress replyToAddress, MessageRouter messageRouter, MessageProcessedHandler messageProcessedHandler, MqttClientFactory mqttClientFactory, String channelId, MqttTopicPrefixProvider mqttTopicPrefixProvider, RawMessagingPreprocessor rawMessagingPreprocessor, Set<JoynrMessageProcessor> messageProcessors, RoutingTable routingTable, boolean separateReplyMqttClient, String backendUid, MqttMessageInProgressObserver mqttMessageInProgressObserver)
-
Method Summary
-
Methods inherited from class io.joynr.messaging.mqtt.AbstractMqttMessagingSkeletonFactory
getSkeleton
-
Methods inherited from class io.joynr.messaging.AbstractMessagingSkeletonFactory
init, shutdown
-
-
-
-
Constructor Detail
-
JeeSharedSubscriptionsMqttMessagingSkeletonFactory
public JeeSharedSubscriptionsMqttMessagingSkeletonFactory(String[] gbids, MqttAddress ownAddress, MqttAddress replyToAddress, MessageRouter messageRouter, MessageProcessedHandler messageProcessedHandler, MqttClientFactory mqttClientFactory, String channelId, MqttTopicPrefixProvider mqttTopicPrefixProvider, RawMessagingPreprocessor rawMessagingPreprocessor, Set<JoynrMessageProcessor> messageProcessors, RoutingTable routingTable, boolean separateReplyMqttClient, String backendUid, MqttMessageInProgressObserver mqttMessageInProgressObserver)
-
-