Uses of Interface
io.higson.runtime.core.HigsonEngine
Packages that use HigsonEngine
Package
Description
-
Uses of HigsonEngine in io.higson.runtime.core
Classes in io.higson.runtime.core that implement HigsonEngineModifier and TypeClassDescriptionclassDiagnostic (profiling) variant ofHigsonEngineImpl.classDefault engine implementation for accessing crucial aspects of the system.Constructors in io.higson.runtime.core with parameters of type HigsonEngine -
Uses of HigsonEngine in io.higson.runtime.core.domain
Constructors in io.higson.runtime.core.domain with parameters of type HigsonEngine -
Uses of HigsonEngine in io.higson.runtime.decoder
Constructors in io.higson.runtime.decoder with parameters of type HigsonEngineModifierConstructorDescriptionCascadeDecoder(HigsonEngine engine) defauld cascade constructorMpDecodingStrategy(HigsonEngine engine) -
Uses of HigsonEngine in io.higson.runtime.flow
Constructors in io.higson.runtime.flow with parameters of type HigsonEngineModifierConstructorDescriptionFlowExecutor(HigsonEngine engine, GroovyFunctionInvoker invoker, Flow flow, String flowName, Object[] args) -
Uses of HigsonEngine in io.higson.runtime.function.log
Methods in io.higson.runtime.function.log with parameters of type HigsonEngineModifier and TypeMethodDescriptionvoidFunctionLoggerCreator.setHigsonEngine(HigsonEngine higsonEngine) Constructors in io.higson.runtime.function.log with parameters of type HigsonEngineModifierConstructorDescriptionFunctionLogLevelResolver(HigsonEngine higsonEngine) FunctionLogLevelResolver(HigsonEngine higsonEngine, FunctionLogLevelCache cache) -
Uses of HigsonEngine in io.higson.runtime.reload
Constructors in io.higson.runtime.reload with parameters of type HigsonEngineModifierConstructorDescriptionAsyncReloader(Initializer initializer, int poolSize, HigsonEngine engine, DevModeProvider devModeProvider, String devModeUser) HotSwapReloader(HigsonEngine engine, DevModeProvider devModeProvider, String devModeUser) -
Uses of HigsonEngine in io.higson.runtime.rhino
Constructors in io.higson.runtime.rhino with parameters of type HigsonEngine