Class CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    CampaignCriterionSimulationServiceGrpc

    public abstract static class CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch campaign criterion simulations.
     
    • Constructor Detail

      • CampaignCriterionSimulationServiceImplBase

        public CampaignCriterionSimulationServiceImplBase()
    • Method Detail

      • getCampaignCriterionSimulation

        public void getCampaignCriterionSimulation​(GetCampaignCriterionSimulationRequest request,
                                                   io.grpc.stub.StreamObserver<CampaignCriterionSimulation> responseObserver)
         Returns the requested campaign criterion simulation in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService