public final class FrameworkModule
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
FrameworkModule(int serviceWebServerPort,
Map<String,Class<?>> dependencyReferenceClasses)
Creates a framework module with the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic FrameworkModule(int serviceWebServerPort,
Map<String,Class<?>> dependencyReferenceClasses)
serviceWebServerPort - the port for the web server on which endpoints of Exonum services
will be mounteddependencyReferenceClasses - the reference classes from framework-provided dependenciesCopyright © 2019 Exonum. All rights reserved.