A - the type of the first parameterB - the type of the second parameter.public class FailsafeBiCommandExecutor<A,B> extends Object
| Constructor and Description |
|---|
FailsafeBiCommandExecutor(org.slf4j.Logger customLogger,
String errorMessage,
boolean propagateExceptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BiConsumer<A,B> consumer,
A firstParameter,
B secondParameter) |
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.