A - the type of the first parameter.B - the type of the second parameterC - the type of the third parameter.public abstract class AbstractFailSafeVoidTriCommand<A,B,C> extends Object implements VoidTriCommand<A,B,C>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFailSafeVoidTriCommand(org.slf4j.Logger logger,
String errorMessage,
boolean propagateExceptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(A firstParameter,
B secondParameter,
C thirdParameter)
executes the command
|
protected AbstractFailSafeVoidTriCommand(org.slf4j.Logger logger,
String errorMessage,
boolean propagateExceptions)
public void execute(A firstParameter, B secondParameter, C thirdParameter)
VoidTriCommandexecute in interface VoidTriCommand<A,B,C>firstParameter - the first parameter.secondParameter - the second paramater.thirdParameter - the third parameter.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.