Package org.saidone.job
Class NodeIntegritySweepJob
java.lang.Object
org.saidone.component.BaseComponent
org.saidone.job.NodeIntegritySweepJob
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Component
@ConditionalOnProperty(name="application.integrity-sweep.enabled",
havingValue="true")
@EnableScheduling
public class NodeIntegritySweepJob
extends BaseComponent
Scheduled job that performs integrity checks on notarized nodes.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.saidone.component.BaseComponent
init, setApplicationContext, shutDown, stop
-
Constructor Details
-
NodeIntegritySweepJob
public NodeIntegritySweepJob()
-