public class CloverEngineHandler extends Object implements FutureCallback<TransformationResult>
| Constructor and Description |
|---|
CloverEngineHandler(org.jetel.graph.runtime.WatchDog watchDog) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
done(TransformationResult result) |
void |
failed(Throwable throwable) |
public CloverEngineHandler(org.jetel.graph.runtime.WatchDog watchDog)
public void done(TransformationResult result)
done in interface FutureCallback<TransformationResult>public void failed(Throwable throwable)
failed in interface FutureCallback<TransformationResult>public void cancelled()
cancelled in interface FutureCallback<TransformationResult>Copyright © 2022. All rights reserved.