Class MutinyBQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceImplBase
- java.lang.Object
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqcustomerbehaviorservice.MutinyBQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
BQCustomerBehaviorServiceBean
- Enclosing class:
- MutinyBQCustomerBehaviorServiceGrpc
public abstract static class MutinyBQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description BQCustomerBehaviorServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()io.smallrye.mutiny.Uni<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse>executeCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request)io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis>retrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request)MutinyBQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceImplBasewithCompression(String compression)Set whether the server will try to use a compressed response.
-
-
-
Method Detail
-
withCompression
public MutinyBQCustomerBehaviorServiceGrpc.BQCustomerBehaviorServiceImplBase withCompression(String compression)
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
executeCustomerBehavior
public io.smallrye.mutiny.Uni<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse> executeCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request)
-
retrieveCustomerBehavior
public io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-