| Package | Description |
|---|---|
| com.fluxtion.compiler | |
| com.fluxtion.compiler.generation | |
| com.fluxtion.compiler.generation.compiler | |
| com.fluxtion.compiler.generation.model |
| Modifier and Type | Method and Description |
|---|---|
EventProcessorConfig |
DataDrivenGenerationConfig.getEventProcessorConfig() |
| Modifier and Type | Method and Description |
|---|---|
static com.fluxtion.runtime.EventProcessor |
Fluxtion.compile(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> sepConfig)
Generates and compiles Java source code for a
StaticEventProcessor. |
static com.fluxtion.runtime.EventProcessor |
Fluxtion.compile(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> sepConfig,
com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<FluxtionCompilerConfig> cfgBuilder) |
static com.fluxtion.runtime.EventProcessor |
Fluxtion.compileAot(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> cfgBuilder) |
static com.fluxtion.runtime.EventProcessor |
Fluxtion.compileAot(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> cfgBuilder,
String packageName,
String className) |
static com.fluxtion.runtime.EventProcessor |
Fluxtion.interpret(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> sepConfig)
Generates an in memory version of a
StaticEventProcessor. |
| Modifier and Type | Method and Description |
|---|---|
static com.fluxtion.runtime.EventProcessor |
EventProcessorFactory.compile(EventProcessorConfig eventProcessorConfig,
FluxtionCompilerConfig fluxtionCompilerConfig) |
| Modifier and Type | Method and Description |
|---|---|
static com.fluxtion.runtime.EventProcessor |
EventProcessorFactory.compile(Consumer<EventProcessorConfig> cfgBuilder,
String packageName,
String className,
String srcGenDir,
String resGenDir,
boolean initialise,
boolean writeSourceFile,
boolean generateMetaInformation)
Compiles and instantiates a SEP described with the provided
EventProcessorConfig, optionally initialising the SEP
instance. |
static com.fluxtion.runtime.EventProcessor |
EventProcessorFactory.compile(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> builder) |
static com.fluxtion.runtime.EventProcessor |
EventProcessorFactory.compile(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> sepConfig,
com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<FluxtionCompilerConfig> cfgBuilder) |
static com.fluxtion.runtime.EventProcessor |
EventProcessorFactory.compile(String name,
String pkg,
Consumer<EventProcessorConfig> builder)
Build a static event processor using the supplied consumer to populate the SEPConfig.
|
static com.fluxtion.runtime.EventProcessor |
EventProcessorFactory.compileTestInstance(Consumer<EventProcessorConfig> cfgBuilder,
String pckg,
String sepName,
boolean writeSourceFile,
boolean generateMetaInformation) |
static InMemoryEventProcessor |
EventProcessorFactory.interpreted(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> cfgBuilder) |
static InMemoryEventProcessor |
EventProcessorFactory.interpretedTest(com.fluxtion.runtime.partition.LambdaReflection.SerializableConsumer<EventProcessorConfig> cfgBuilder) |
| Modifier and Type | Method and Description |
|---|---|
<T> Class<T> |
EventProcessorCompilation.compile(FluxtionCompilerConfig compilerConfig,
EventProcessorConfig configOverride) |
InMemoryEventProcessor |
EventProcessorGenerator.inMemoryProcessor(EventProcessorConfig config,
boolean generateDescription) |
void |
EventProcessorGenerator.templateSep(EventProcessorConfig config,
boolean generateDescription,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
EventProcessorConfig |
TopologicallySortedDependencyGraph.getConfig() |
| Constructor and Description |
|---|
TopologicallySortedDependencyGraph(EventProcessorConfig config) |
TopologicallySortedDependencyGraph(List<?> nodes,
Map<Object,String> publicNodes,
NodeFactoryRegistration nodeFactoryRegistration,
GenerationContext context,
Map<String,com.fluxtion.runtime.audit.Auditor> auditorMap,
EventProcessorConfig config)
Create a new TopologicallySortedDependecyGraph
|
Copyright © 2022. All rights reserved.