| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.factory |
| Modifier and Type | Method and Description |
|---|---|
<A,B,C,D,E,F,G> |
StaticExecutionBuilderFactory.execute(HeptaConsumer<A,B,C,D,E,F,G> lambda)
Starts the execution build for a
HeptaConsumer. |
<A,B,C,D,E,F,G,RESULT> |
StaticExecutionBuilderFactory.execute(HeptaFunction<A,B,C,D,E,F,G,RESULT> lambda)
Starts the execution build for a
HeptaFunction. |
<A,B,C,D,E,F,G,UNPARSED_RESULT,RESULT> |
StaticExecutionBuilderFactory.execute(HeptaFunction<A,B,C,D,E,F,G,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
HeptaFunction parsing the result with a Parser. |
<A,B,C,D,E,F,G> |
InstanceExecutionBuilderFactory.execute(OctaConsumer<INSTANCE,A,B,C,D,E,F,G> lambda)
Starts the execution build for a
OctaConsumer. |
<A,B,C,D,E,F,G,RESULT> |
InstanceExecutionBuilderFactory.execute(OctaFunction<INSTANCE,A,B,C,D,E,F,G,RESULT> lambda)
Starts the execution build for a
OctaFunction. |
<A,B,C,D,E,F,G,UNPARSED_RESULT,RESULT> |
InstanceExecutionBuilderFactory.execute(OctaFunction<INSTANCE,A,B,C,D,E,F,G,UNPARSED_RESULT> lambda,
Parser<UNPARSED_RESULT,RESULT> resultParser)
Starts the execution build for a
OctaFunction parsing the result with a Parser. |
Copyright © 2018. All rights reserved.