Package io.ably.lib.http
Interface Http.Execute<Result>
-
- Enclosing class:
- Http
public static interface Http.Execute<Result>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(HttpScheduler http, Callback<Result> callback)
-
-
-
Method Detail
-
execute
void execute(HttpScheduler http, Callback<Result> callback) throws AblyException
- Throws:
AblyException
-
-