| JoynrConnectionService |
Inject this service into your application in order to programmatically trigger the mqtt subscription to the shared subscriptions
topic.
|
| JoynrJeeMessageScoped |
Used to identify the scope within which a joynr message is being processed.
|
| JoynrLocalDomain |
Used to specify the local joynr domain to use during application and runtime creation if the default should not be
used.
|
| JoynrMqttClientIdProvider |
Used to specify an optional mqtt client id provider
|
| JoynrProperties |
Qualifier annotation for a producer method, which returns Properties to use in creating
the joynr runtime in the JoynrRuntimeFactory.
|
| JoynrRawMessagingPreprocessor |
Used to specify an optional raw message preprocessor.
|
| JoynrShutdownService |
Inject this service into your application in order to programmatically control shutdown of joynr runtime, for
example if you want to perform clean-up operations before the application quits.
|
| ServiceLocator |
The container runtime will provide an instance of this which can be injected and then used in order to obtain client
proxies for services.
|
| ServiceLocator.ServiceProxyBuilder |
Builder allowing you to set the various properties necessary for constructing a service proxy.
|