Class BQMerchantBehaviorServiceBean
- java.lang.Object
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.MutinyBQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.BQMerchantBehaviorServiceBean
-
- All Implemented Interfaces:
io.grpc.BindableService,io.quarkus.grpc.runtime.MutinyBean
@Generated(value="by Mutiny Grpc generator", comments="Source: v10/api/bq_merchant_behavior_service.proto") public class BQMerchantBehaviorServiceBean extends MutinyBQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase implements io.grpc.BindableService, io.quarkus.grpc.runtime.MutinyBean
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse>executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis>retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)-
Methods inherited from class com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.MutinyBQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase
bindService, withCompression
-
-
-
-
Method Detail
-
executeMerchantBehavior
public io.smallrye.mutiny.Uni<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)
-
retrieveMerchantBehavior
public io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)
-
-