Interface BQMerchantBehaviorService
-
- All Superinterfaces:
io.quarkus.grpc.runtime.MutinyService
- All Known Implementing Classes:
BQMerchantBehaviorServiceClient
@Generated(value="by Mutiny Grpc generator", comments="Source: v10/api/bq_merchant_behavior_service.proto") public interface BQMerchantBehaviorService extends io.quarkus.grpc.runtime.MutinyService
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
executeMerchantBehavior
io.smallrye.mutiny.Uni<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)
-
retrieveMerchantBehavior
io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)
-
-