Package | Description |
---|---|
org.adroitlogic.x.annotation.config.processor |
This package contains the set of the configuration annotation processors that are used at the compile time to
ensure the validity of the components in-terms of the framework
|
org.adroitlogic.x.components.flowend |
Flow completion related classes, which includes both successful flow end and the exceptional flow end.
|
org.adroitlogic.x.components.scope.subflow |
The sub-flow scope processing elements
|
org.adroitlogic.x.components.scope.transaction |
This package contains the transactional scope related processing elements and components
|
org.adroitlogic.x.components.variable |
This package contains the variables related processing elements.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessorAnnotationProcessor.processRules(SingularAnnotationProcessingContext<Processor,TypeElement> context) |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionalFlowEnd
This processing element is used to mark an integration flow as ended with an
IntegrationRuntimeException . |
class |
SuccessfulFlowEnd
This processing element is used to mark an integration flow as successfully ended
|
Modifier and Type | Class and Description |
---|---|
class |
SubFlowEnd
This is a custom processing element which will be the last processing element of any subflow.
|
class |
SubFlowReference
This processing element refers a
SubFlow from a main IntegrationFlow
NOTE : If any part of the full name of this class is changed, please make sure to update the variable
"SUBFLOW_REFERRER_CLASS_NAME" of the class org.adroitlogic.x.tools.maven.ProjectMetaInfoGenerator as well. |
class |
SubFlowStart
This is a custom processing element which will be the first processing element of any subflow.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionScopeEndElement |
class |
TransactionScopeStartElement |
Modifier and Type | Class and Description |
---|---|
class |
AddVariable
This processing element adds a given variable, either as a flow variables or as a sub-flow variables depending on the
current context of the message
|
class |
RemoveVariable
This processing element removes the variable with the given name, either from flow variables or from sub-flow
variables depending on the current context of the message
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.