Interface SyncopeStreamPullExecutor
-
- All Known Implementing Classes:
StreamPullJobDelegate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SyncopeStreamPullExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ProvisioningReport>
pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)
-
-
-
Method Detail
-
pull
List<ProvisioningReport> pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor) throws org.quartz.JobExecutionException
- Throws:
org.quartz.JobExecutionException
-
-