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