Class BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase
- java.lang.Object
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- BQMerchantBehaviorServiceGrpc
public abstract static class BQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description BQMerchantBehaviorServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidexecuteMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request, io.grpc.stub.StreamObserver<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> responseObserver)voidretrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request, io.grpc.stub.StreamObserver<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> responseObserver)
-
-
-
Method Detail
-
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)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-