| Class | Description |
|---|---|
| JeeHttpMessagingModule |
Configures bindings so that joynr can send and receive messages via HTTP.
|
| JeeMessagingApplication |
The JAX RS application which registers the
JeeMessagingEndpoint with the runtime. |
| JeeMessagingEndpoint |
The
JeeMessagingEndpoint is a JAX-RS endpoint which receives joynr messages to be processed. |
| JeeMqttMessageSendingModule |
Like
MqttModule, but configures the JeeMqttMessagingSkeletonProvider so that if
the JeeIntegrationPropertyKeys.JEE_ENABLE_HTTP_BRIDGE_CONFIGURATION_KEY property
is set to true, messages are only sent via MQTT, but not received via MQTT. |
| JeeMqttMessagingSkeletonProvider | |
| JeeServletMessageReceiver |
Implementation of a servlet message receiver which is used to register / unregister the channel and also pass on
messages and errors to the message listener of the runtime.
|
| NoOpMqttMessagingSkeleton |
Because the messaging stub will refuse to send a message via MQTT unless a messaging skeleton has been registered
for the MqttAddress type, we bind a dummy implementation in this module which simply does nothing (no operation -
NoOp).
|
Copyright © 2019. All rights reserved.