public class BootConfigModule
extends com.google.inject.AbstractModule
Modifier and Type | Field and Description |
---|---|
static String |
BOOT_TYPE_OPTION |
static String |
DEFAULT_SPACE_ID_OPTION |
static String |
NAME_OPTION |
static String |
ROOT_CONTEXT_ID_OPTION |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
Class<? extends Agent> |
getBootAgentType(config : javax.inject.Provider<SreConfig>)
Replies the type's name of the agent to boot.
|
static SREBootstrap |
getProgrammaticBootstrap()
Replies the programmatic bootstrap for the SRE.
|
UUID |
getRootContextID(config : javax.inject.Provider<SreConfig>)
Replies the identifier of the root context.
|
UUID |
getRootSpaceID(config : javax.inject.Provider<SreConfig>)
Construct an identifier for the root default space.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public static val
ROOT_CONTEXT_ID_OPTION : String
public static val
DEFAULT_SPACE_ID_OPTION : String
public static val
NAME_OPTION : String
public static val
BOOT_TYPE_OPTION : String
public def
configure() : void
configure
in class com.google.inject.AbstractModule
@Provides
@Named(value="sre.boot.bootAgent")
@Pure
public def
getBootAgentType(config : javax.inject.Provider<SreConfig>) : Class<? extends Agent>
BootConfigModule
configFactory
- accessor to the bootique factory.@Provides
@Singleton
@Pure
public static def
getProgrammaticBootstrap() : SREBootstrap
BootConfigModule
@Provides
@Named(value="sre.boot.rootContextId")
@Singleton
@Pure
public def
getRootContextID(config : javax.inject.Provider<SreConfig>) : UUID
BootConfigModule
config
- accessor to the bootique factory.@Provides
@Named(value="sre.boot.rootSpaceId")
@Singleton
@Pure
public def
getRootSpaceID(config : javax.inject.Provider<SreConfig>) : UUID
BootConfigModule
configFactory
- accessor to the bootique factory.Copyright © 2021 the original authors or authors.