Uses of Class
io.joynr.jeeintegration.api.JoynrLocalDomain
-
Packages that use JoynrLocalDomain Package Description io.joynr.jeeintegration -
-
Uses of JoynrLocalDomain in io.joynr.jeeintegration
Constructor parameters in io.joynr.jeeintegration with annotations of type JoynrLocalDomain Constructor Description DefaultJoynrRuntimeFactory(javax.enterprise.inject.Instance<Properties> joynrProperties, javax.enterprise.inject.Instance<String> joynrLocalDomain, javax.enterprise.inject.Instance<RawMessagingPreprocessor> rawMessagePreprocessor, javax.enterprise.inject.Instance<MqttClientIdProvider> mqttClientIdProvider, javax.enterprise.inject.spi.BeanManager beanManager, JoynrStatusMetricsReceiver joynrStatusMetrics)Constructor in which the JEE runtime injects the managed resources and the JEE joynr integration specific configuration data (seeJoynrPropertiesandJoynrLocalDomain).
-