A - the type of the first parameterB - the return type.public abstract class AbstractFailsafeUnaryCommand<A,B> extends Object implements UnaryCommand<A,B>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFailsafeUnaryCommand(org.slf4j.Logger logger,
String errorMessage,
boolean propagateExceptions,
B onFailureReturn) |
public B execute(A parameter)
UnaryCommandexecute in interface UnaryCommand<A,B>parameter - the parameterCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.