Modifier and type | Property and description |
---|---|
BQRuntimeFactory | bootiqueRuntimeFactory Replies the factory of the Bootique runtime. |
Kernel | kernel Replies the reference to the kernel. |
io.bootique.BQRuntime | runtime Replies the Bootique runtime instance. |
Modifier and type | Action and description |
---|---|
abstract BQRuntimeFactory | getBootiqueRuntimeFactory Replies the factory of the Bootique runtime. |
abstract Kernel | getKernel Replies the reference to the kernel. |
abstract io.bootique.BQRuntime | getRuntime Replies the Bootique runtime instance. |
abstract int | runSRE(String*) Run the SRE. |
abstract void | setBootiqueRuntimeFactory(BQRuntimeFactory) Change the factory of the Bootique runtime. |
abstract boolean | setRuntime(BQRuntime) Set the Bootique runtime instance. |
abstract void | startBootAgent Start the boot agent if it is specified in the boot configuration. |
abstract AgentContext | startWithoutAgent(boolean,[Bootique],[Class<T>]) Start the agent framework without agent. |
var bootiqueRuntimeFactory : BQRuntimeFactory
This property is an alias for the action: getBootiqueRuntimeFactory
val kernel : Kernel
This property is an alias for the action: getKernel
val runtime : io.bootique.BQRuntime
This property is an alias for the action: getRuntime
def getBootiqueRuntimeFactory : BQRuntimeFactory
def getKernel : Kernel
def getRuntime : io.bootique.BQRuntime
def runSRE(String*) : int
def setBootiqueRuntimeFactory(BQRuntimeFactory)
def setRuntime(BQRuntime) : boolean
def startBootAgent
def startWithoutAgent(boolean,[Bootique],[Class<T>]) : AgentContext