Interface IncentiveServiceGrpc.AsyncService
- All Known Implementing Classes:
IncentiveServiceGrpc.IncentiveServiceImplBase
- Enclosing class:
- IncentiveServiceGrpc
public static interface IncentiveServiceGrpc.AsyncService
Service to support incentive related operations.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidapplyIncentive(ApplyIncentiveRequest request, io.grpc.stub.StreamObserver<ApplyIncentiveResponse> responseObserver) Applies the incentive for the ads customer.default voidfetchIncentive(FetchIncentiveRequest request, io.grpc.stub.StreamObserver<FetchIncentiveResponse> responseObserver) Returns incentives for a given user.
-
Method Details
-
fetchIncentive
default void fetchIncentive(FetchIncentiveRequest request, io.grpc.stub.StreamObserver<FetchIncentiveResponse> responseObserver) Returns incentives for a given user.
-
applyIncentive
default void applyIncentive(ApplyIncentiveRequest request, io.grpc.stub.StreamObserver<ApplyIncentiveResponse> responseObserver) Applies the incentive for the ads customer.
-