Class MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub>
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqcustomerbehaviorservice.MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub
-
- All Implemented Interfaces:
io.quarkus.grpc.runtime.MutinyStub
- Enclosing class:
- MutinyBQCustomerBehaviorServiceGrpc
public static final class MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub extends io.grpc.stub.AbstractStub<MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub> implements io.quarkus.grpc.runtime.MutinyStub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.smallrye.mutiny.Uni<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse>executeCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request)io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis>retrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub>
-
executeCustomerBehavior
public io.smallrye.mutiny.Uni<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse> executeCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request)
-
retrieveCustomerBehavior
public io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request)
-
-