Class OperationCallable<RequestT,​ResponseT,​MetadataT>

  • Direct Known Subclasses:
    TracedOperationCallable

    public abstract class OperationCallable<RequestT,​ResponseT,​MetadataT>
    extends Object
    An OperationCallable is an immutable object which is capable of initiating RPC calls to long-running API methods and returning an OperationFuture to manage the polling of the Operation and getting the response.

    It is considered advanced usage for a user to create an OperationCallable themselves. This class is intended to be created by a generated client class, and configured by instances of OperationCallSettings.Builder which are exposed through the client settings class.

    • Constructor Detail

      • OperationCallable

        protected OperationCallable()