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