Interface SendToRpcService
- All Known Implementing Classes:
SendToRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface SendToRpcService
-
Method Summary
-
Method Details
-
loadClientConfigsFor
ArrayList<SendToClientConfig> loadClientConfigsFor(ReportDto report) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
sendTo
String sendTo(ReportDto report, String executorToken, String id, String format, List<ReportExecutionConfigDto> formatConfig, Map<String, String> values) throws ServerCallFailedException- Throws:
ServerCallFailedException
-