|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Fiber.CompletionCallback
Callback to be invoked when a Fiber finishs execution.
| Method Summary | |
|---|---|
void |
onCompletion(Packet response)
Indicates that the fiber has finished its execution. |
void |
onCompletion(Throwable error)
Indicates that the fiber has finished abnormally, by throwing a given Throwable. |
| Method Detail |
|---|
void onCompletion(@NotNull
Packet response)
void onCompletion(@NotNull
Throwable error)
Throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||