@Target(value=METHOD) @Retention(value=CLASS) @Documented public @interface SepBuilder
SEPConfig. The receiving method will use the SEPConfig instance to
define the static event processor that Fluxtion will generate.| Modifier and Type | Required Element and Description |
|---|---|
String |
name
The name of the generated
EventHandler |
String |
packageName
the name of the package the generated artifacts will be written to.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
outputDir
Output directory for Fluxtion generated source artifacts.
|
String |
resourceDir
Output directory for generated meta-data describing the static event
processor typical.
|
public abstract String packageName
public abstract String name
EventHandlerpublic abstract String outputDir
public abstract String resourceDir
Copyright © 2019. All rights reserved.