Class MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStub>
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqmerchantbehaviorservice.MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStub
-
- All Implemented Interfaces:
io.quarkus.grpc.runtime.MutinyStub
- Enclosing class:
- MutinyBQMerchantBehaviorServiceGrpc
public static final class MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStub extends io.grpc.stub.AbstractStub<MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStub> implements io.quarkus.grpc.runtime.MutinyStub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.smallrye.mutiny.Uni<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse>executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis>retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest 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 MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MutinyBQMerchantBehaviorServiceGrpc.MutinyBQMerchantBehaviorServiceStub>
-
executeMerchantBehavior
public io.smallrye.mutiny.Uni<ExecuteMerchantBehaviorResponseOuterClass.ExecuteMerchantBehaviorResponse> executeMerchantBehavior(BqMerchantBehaviorService.ExecuteMerchantBehaviorRequest request)
-
retrieveMerchantBehavior
public io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveMerchantBehavior(BqMerchantBehaviorService.RetrieveMerchantBehaviorRequest request)
-
-