Package pl.gsmservice.gateway.operations
Interface Operations.AsyncRequestlessOperation<ResT>
-
- All Superinterfaces:
Operations.AsyncOperation<ResT>
- All Known Implementing Classes:
GetAccountDetails.Async,ListSenders.Async,Ping.Async
- Enclosing class:
- Operations
public static interface Operations.AsyncRequestlessOperation<ResT> extends Operations.AsyncOperation<ResT>
Interface for async operations that don't require a request parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>>doRequest()-
Methods inherited from interface pl.gsmservice.gateway.operations.Operations.AsyncOperation
handleResponse
-
-
-
-
Method Detail
-
doRequest
java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>> doRequest()
-
-