Class BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStub>
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqcustomerbehaviorservice.BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStub
-
- Enclosing class:
- BQCustomerBehaviorServiceGrpc
public static final class BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStub extends io.grpc.stub.AbstractAsyncStub<BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidexecuteCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request, io.grpc.stub.StreamObserver<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse> responseObserver)voidretrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request, io.grpc.stub.StreamObserver<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> responseObserver)
-
-
-
Method Detail
-
build
protected BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceStub>
-
executeCustomerBehavior
public void executeCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request, io.grpc.stub.StreamObserver<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse> responseObserver)
-
retrieveCustomerBehavior
public void retrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request, io.grpc.stub.StreamObserver<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> responseObserver)
-
-