Class AudienceTagsGrpc.AudienceTagsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AudienceTagsGrpc.AudienceTagsFutureStub>
-
- com.streamlayer.interactive.audience.AudienceTagsGrpc.AudienceTagsFutureStub
-
- Enclosing class:
- AudienceTagsGrpc
public static final class AudienceTagsGrpc.AudienceTagsFutureStub extends io.grpc.stub.AbstractFutureStub<AudienceTagsGrpc.AudienceTagsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service AudienceTags.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AudienceTagsGrpc.AudienceTagsFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ExtendAudienceTagsResponse>extendAudienceTags(ExtendAudienceTagsRequest request)com.google.common.util.concurrent.ListenableFuture<ListAudienceTagsResponse>listAudienceTags(ListAudienceTagsRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected AudienceTagsGrpc.AudienceTagsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AudienceTagsGrpc.AudienceTagsFutureStub>
-
extendAudienceTags
public com.google.common.util.concurrent.ListenableFuture<ExtendAudienceTagsResponse> extendAudienceTags(ExtendAudienceTagsRequest request)
-
listAudienceTags
public com.google.common.util.concurrent.ListenableFuture<ListAudienceTagsResponse> listAudienceTags(ListAudienceTagsRequest request)
-
-