public interface JoynrRuntimeFactory
JoynrIntegrationBean| Modifier and Type | Method and Description |
|---|---|
JoynrRuntime |
create(Set<Class<?>> providerInterfaceClasses)
Call this method in order to create or obtain an instance of the joynr application this factory provides.
|
com.google.inject.Injector |
getInjector()
Provides the guice injector to be used by the joynr runtime factory
|
String |
getLocalDomain()
Provides the name of the local domain with which all providers will be registered.
|
JoynrRuntime create(Set<Class<?>> providerInterfaceClasses)
providerInterfaceClasses - the set of provider interface classes which will be provisioned for the joynr runtime. These are
required in order to set up the access control entries during startup.String getLocalDomain()
com.google.inject.Injector getInjector()
Copyright © 2019. All rights reserved.