public class JeeIntegrationPropertyKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JEE_ENABLE_HTTP_BRIDGE_CONFIGURATION_KEY
This key is used to check whether the JEE integration should activate
the HTTP bridge, which has two consequences - one, the integration
will attempt to register itself with an endpoint registry
(See
integration.httpbridge.HttpBridgeRegistryClient),
and two, the JeeMqttMessageSendingModule
will register the NoOpMqttMessagingSkeleton
to prevent the MQTT messaging module to subscribe to the channel's
topic on the broker, because the messages arriving at the broker will
be forwarded via HTTP. |
static String |
JEE_INTEGRATION_ENDPOINTREGISTRY_URI
Use this property key to set the value for the URI of the HTTP Bridge
endpoint registry used by the JEE integration to register itself
as a recipient of joynr messages for a given topic.
|
static String |
JEE_MESSAGING_SCHEDULED_EXECUTOR_RESOURCE
This property holds the key used to lookup the managed scheduled executor service from the container.
|
| Constructor and Description |
|---|
JeeIntegrationPropertyKeys() |
public static final String JEE_INTEGRATION_ENDPOINTREGISTRY_URI
HTTP Bridge enabled.public static final String JEE_MESSAGING_SCHEDULED_EXECUTOR_RESOURCE
public static final String JEE_ENABLE_HTTP_BRIDGE_CONFIGURATION_KEY
integration.httpbridge.HttpBridgeRegistryClient),
and two, the JeeMqttMessageSendingModule
will register the NoOpMqttMessagingSkeleton
to prevent the MQTT messaging module to subscribe to the channel's
topic on the broker, because the messages arriving at the broker will
be forwarded via HTTP.
See JeeMqttMessageSendingModule.Copyright © 2019. All rights reserved.