public final class FrameworkModule
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
FrameworkModule(Path serviceArtifactsDir,
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(Path serviceArtifactsDir, int serviceWebServerPort, Map<String,Class<?>> dependencyReferenceClasses)
serviceArtifactsDir - the directory in which administrators place and from which
the service runtime loads service artifactsserviceWebServerPort - 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.