Constructor and Description |
---|
RequestCallable() |
Modifier and Type | Method and Description |
---|---|
abstract T |
call() |
boolean |
canRetry() |
static <R> RequestCallable<R> |
from(com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<R> request) |
public abstract T call() throws IOException, ExecutorException
call
in interface Callable<T>
IOException
ExecutorException
public boolean canRetry()
public static <R> RequestCallable<R> from(com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<R> request)
RequestCallable
that executes a request.Copyright © 2016–2021. All rights reserved.