| Interface | Description |
|---|---|
| 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.
|
| ProviderQosFactory |
Provide beans implementing this interface in order to customise the
ProviderQos instance used to register
services. |
| 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<T> |
Builder allowing you to set the various properties necessary for constructing a service proxy.
|
| Class | Description |
|---|---|
| JeeIntegrationPropertyKeys |
The keys for the properties which can be set for the joynr JEE integration.
|
| Annotation Type | Description |
|---|---|
| CallbackHandler |
Used to mark a bean as a handler for stateless async callback replies.
|
| 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.
|
| JoynrMessagePersister |
Used to specify an optional message persister implementation.
|
| 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.
|
| ProviderDomain |
Annotate an EJB being used as a
ServiceProvider with this annotation in order to specify the
joynr domain to be used for that specific provider, instead of the application-wide domain
being used when registering the service. |
| ServiceProvider |
Used to annotate a class which provides a service in the system.
|
| SubscriptionPublisher |
Copyright © 2019. All rights reserved.