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