A - the type of the first parameterB - the type of the second parameterpublic abstract class AbstractFailSafeVoidBiCommand<A,B> extends Object implements VoidBiCommand<A,B>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFailSafeVoidBiCommand(org.slf4j.Logger logger,
String errorMessage,
boolean propagateExceptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(A firstParameter,
B secondParameter)
executes the command
|
protected AbstractFailSafeVoidBiCommand(org.slf4j.Logger logger,
String errorMessage,
boolean propagateExceptions)
public void execute(A firstParameter, B secondParameter)
VoidBiCommandexecute in interface VoidBiCommand<A,B>firstParameter - the first parametersecondParameter - the second parameter.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.