Class ReportCustomizationServiceGrpc.ReportCustomizationServiceImplBase
- java.lang.Object
-
- cronapp.framework.customization.reports.ReportCustomizationServiceGrpc.ReportCustomizationServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ReportCustomizationServiceGrpc
public abstract static class ReportCustomizationServiceGrpc.ReportCustomizationServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description ReportCustomizationServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetContent(GetReportContentRequest request, io.grpc.stub.StreamObserver<GetReportContentResponse> responseObserver)voidisCustomizable(IsReportCustomizableRequest request, io.grpc.stub.StreamObserver<IsReportCustomizableResponse> responseObserver)voidsaveContent(SaveReportContentRequest request, io.grpc.stub.StreamObserver<SaveReportContentResponse> responseObserver)
-
-
-
Method Detail
-
isCustomizable
public void isCustomizable(IsReportCustomizableRequest request, io.grpc.stub.StreamObserver<IsReportCustomizableResponse> responseObserver)
-
getContent
public void getContent(GetReportContentRequest request, io.grpc.stub.StreamObserver<GetReportContentResponse> responseObserver)
-
saveContent
public void saveContent(SaveReportContentRequest request, io.grpc.stub.StreamObserver<SaveReportContentResponse> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-