Package com.google.api.gax.httpjson
Interface PollingRequestFactory<RequestT>
-
- Type Parameters:
RequestT- polling request type
public interface PollingRequestFactory<RequestT>A factory which creates a subsequent polling request from a compund operation id.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestTcreate(String compoundOperationId)Creates a polling request message from acompoundOperationId.
-