Class BQCustomerBehaviorServiceClient
- java.lang.Object
-
- com.redhat.mercury.channelactivityanalysis.v10.api.bqcustomerbehaviorservice.BQCustomerBehaviorServiceClient
-
- All Implemented Interfaces:
BQCustomerBehaviorService,io.quarkus.grpc.runtime.MutinyClient<MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub>,io.quarkus.grpc.runtime.MutinyService
@Generated(value="by Mutiny Grpc generator", comments="Source: v10/api/bq_customer_behavior_service.proto") public class BQCustomerBehaviorServiceClient extends Object implements BQCustomerBehaviorService, io.quarkus.grpc.runtime.MutinyClient<MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub>
-
-
Constructor Summary
Constructors Constructor Description BQCustomerBehaviorServiceClient(String name, io.grpc.Channel channel, BiFunction<String,MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub,MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub> stubConfigurator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse>executeCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request)MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStubgetStub()BQCustomerBehaviorServiceClientnewInstanceWithStub(MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub stub)io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis>retrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request)
-
-
-
Constructor Detail
-
BQCustomerBehaviorServiceClient
public BQCustomerBehaviorServiceClient(String name, io.grpc.Channel channel, BiFunction<String,MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub,MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub> stubConfigurator)
-
-
Method Detail
-
newInstanceWithStub
public BQCustomerBehaviorServiceClient newInstanceWithStub(MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub stub)
- Specified by:
newInstanceWithStubin interfaceio.quarkus.grpc.runtime.MutinyClient<MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub>
-
getStub
public MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub getStub()
- Specified by:
getStubin interfaceio.quarkus.grpc.runtime.MutinyClient<MutinyBQCustomerBehaviorServiceGrpc.MutinyBQCustomerBehaviorServiceStub>
-
executeCustomerBehavior
public io.smallrye.mutiny.Uni<ExecuteCustomerBehaviorResponseOuterClass.ExecuteCustomerBehaviorResponse> executeCustomerBehavior(BqCustomerBehaviorService.ExecuteCustomerBehaviorRequest request)
- Specified by:
executeCustomerBehaviorin interfaceBQCustomerBehaviorService
-
retrieveCustomerBehavior
public io.smallrye.mutiny.Uni<ChannelActivityAnalysisOuterClass.ChannelActivityAnalysis> retrieveCustomerBehavior(BqCustomerBehaviorService.RetrieveCustomerBehaviorRequest request)
- Specified by:
retrieveCustomerBehaviorin interfaceBQCustomerBehaviorService
-
-