Class ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub>
-
- cronapp.framework.customization.reports.ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub
-
- Enclosing class:
- ReportCustomizationServiceGrpc
public static final class ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub extends io.grpc.stub.AbstractStub<ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GetReportContentResponse>getContent(GetReportContentRequest request)com.google.common.util.concurrent.ListenableFuture<IsReportCustomizableResponse>isCustomizable(IsReportCustomizableRequest request)com.google.common.util.concurrent.ListenableFuture<SaveReportContentResponse>saveContent(SaveReportContentRequest request)
-
-
-
Method Detail
-
build
protected ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub>
-
isCustomizable
public com.google.common.util.concurrent.ListenableFuture<IsReportCustomizableResponse> isCustomizable(IsReportCustomizableRequest request)
-
getContent
public com.google.common.util.concurrent.ListenableFuture<GetReportContentResponse> getContent(GetReportContentRequest request)
-
saveContent
public com.google.common.util.concurrent.ListenableFuture<SaveReportContentResponse> saveContent(SaveReportContentRequest request)
-
-