T - the generic type for the outputpublic interface TaskOutput<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TaskOutputDispatcher dispatcher)
Accept a dispatcher dispatching the correct method implementation
|
T |
getDestination() |
T getDestination()
void accept(TaskOutputDispatcher dispatcher) throws TaskOutputVisitException
dispatcher - TaskOutputVisitException - in case of errorCopyright © 2015. All Rights Reserved.