Package energy.eddie.outbound.rest.tasks
Class DeletionTask<T>
java.lang.Object
energy.eddie.outbound.rest.tasks.DeletionTask<T>
-
Constructor Summary
ConstructorsConstructorDescriptionDeletionTask(org.springframework.data.jpa.repository.JpaSpecificationExecutor<T> repository, RestOutboundConnectorConfiguration restConfig) -
Method Summary
-
Constructor Details
-
DeletionTask
public DeletionTask(org.springframework.data.jpa.repository.JpaSpecificationExecutor<T> repository, RestOutboundConnectorConfiguration restConfig)
-
-
Method Details
-
delete
@Scheduled(cron="${outbound-connector.rest.retention-removal:0 0 * * * *}") public void delete()
-