Class MutinyBQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase
- java.lang.Object
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.MutinyBQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
BQMerchantBehaviorServiceBean
- Enclosing class:
- MutinyBQMerchantBehaviorServiceGrpc
public abstract static class MutinyBQMerchantBehaviorServiceGrpc.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()io.smallrye.mutiny.Uni<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse>executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis>retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)MutinyBQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBasewithCompression(String compression)Set whether the server will try to use a compressed response.
-
-
-
Method Detail
-
withCompression
public MutinyBQMerchantBehaviorServiceGrpc.BQMerchantBehaviorServiceImplBase withCompression(String compression)
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
executeMerchantBehavior
public io.smallrye.mutiny.Uni<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)
-
retrieveMerchantBehavior
public io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-