Class BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStub>
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStub
-
- Enclosing class:
- BQMerchantBehaviorServiceGrpc
public static final class BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStub extends io.grpc.stub.AbstractAsyncStub<BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidexecuteMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request, io.grpc.stub.StreamObserver<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> responseObserver)voidretrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request, io.grpc.stub.StreamObserver<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> responseObserver)
-
-
-
Method Detail
-
build
protected BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceStub>
-
executeMerchantBehavior
public void executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request, io.grpc.stub.StreamObserver<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> responseObserver)
-
retrieveMerchantBehavior
public void retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request, io.grpc.stub.StreamObserver<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> responseObserver)
-
-