R - the return typeA - type of the first parameterB - type of the second parameterC - type of the third parameterpublic abstract class AbstractFailsafeTriCommand<R,A,B,C> extends Object implements TriCommand<R,A,B,C>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFailsafeTriCommand(org.slf4j.Logger logger,
String errorMessage,
boolean propagateExceptions,
R onFailureReturn) |
| Modifier and Type | Method and Description |
|---|---|
R |
execute(A firstParameter,
B secondParameter,
C thirdParameter)
Executes the command
|
public R execute(A firstParameter, B secondParameter, C thirdParameter)
TriCommandCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.