A - the type of the first parameter.B - the type of the second parameterC - the type of the third parameterpublic interface VoidTriCommand<A,B,C>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(A firstParameter,
B secondParameter,
C thirdParameter)
executes the command
|
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.