Class ObjectServiceGrpc.ObjectServiceFutureStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<ObjectServiceGrpc.ObjectServiceFutureStub>
io.deephaven.proto.backplane.grpc.ObjectServiceGrpc.ObjectServiceFutureStub
Enclosing class:
ObjectServiceGrpc

public static final class ObjectServiceGrpc.ObjectServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ObjectServiceGrpc.ObjectServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ObjectService.
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    com.google.common.util.concurrent.ListenableFuture<FetchObjectResponse>
    Deprecated.
    com.google.common.util.concurrent.ListenableFuture<BrowserNextResponse>
    Other half of the browser-based implementation for MessageStream.

    Methods inherited from class io.grpc.stub.AbstractFutureStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • build

      protected ObjectServiceGrpc.ObjectServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<ObjectServiceGrpc.ObjectServiceFutureStub>
    • fetchObject

      @Deprecated public com.google.common.util.concurrent.ListenableFuture<FetchObjectResponse> fetchObject(FetchObjectRequest request)
      Deprecated.
       Fetches a server-side object as a binary payload and assorted other tickets pointing at
       other server-side objects that may need to be read to properly use this payload. The binary
       format is implementation specific, but the implementation should be specified by the "type"
       identifier in the typed ticket.
       Deprecated in favor of MessageStream, which is able to handle the same content.
       
    • nextMessageStream

      public com.google.common.util.concurrent.ListenableFuture<BrowserNextResponse> nextMessageStream(StreamRequest request)
       Other half of the browser-based implementation for MessageStream.