Interface RepositoryJob
public interface RepositoryJob
Interface to implement to perform the work to be scheduled.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(RepositoryJobExecutionContext context) Job execution callback.
-
Method Details
-
execute
Job execution callback.- Parameters:
context
- operational context object.- Throws:
RepositoryException
- when an error occurs.
-