I - Input typeO - Output typepublic interface Synchronous<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
act(I input)
Entry point for the logic/action/mechanism this operation
represents.
|
O act(I input) throws FailureException
input - Operation inputFailureException - Exception representing the logical error of this
operation execution