F
- The data type of the callback´s response in case of successful outcome.public interface Continuation<F>
Modifier and Type | Method and Description |
---|---|
void |
onError(Throwable cause)
This method gets called when the operation fails.
|
void |
onSuccess(F result)
This method is called when the operation succeeds.
|
Copyright © 2022 Kurento. All rights reserved.