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