Class BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStub>
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStub
-
- Enclosing class:
- BQMerchantBehaviorServiceGrpc
public static final class BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStub extends io.grpc.stub.AbstractFutureStub<BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse>executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)com.google.common.util.concurrent.ListenableFuture<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis>retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)
-
-
-
Method Detail
-
build
protected BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceFutureStub>
-
executeMerchantBehavior
public com.google.common.util.concurrent.ListenableFuture<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)
-
retrieveMerchantBehavior
public com.google.common.util.concurrent.ListenableFuture<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)
-
-