Package org.openiam.idm.sweeper
Class ConnectorHealthCheckIDMSweeper
- java.lang.Object
-
- org.openiam.idm.sweeper.ConnectorHealthCheckIDMSweeper
-
-
Constructor Summary
Constructors Constructor Description ConnectorHealthCheckIDMSweeper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sweep()
send test connection to connectros directly each org.openiam.idm.connector.health.check.sweeptime ms.
-
-
-
Method Detail
-
sweep
@Scheduled(fixedDelayString="${org.openiam.idm.connector.health.check.sweeptime}", initialDelay=0L) public void sweep()
send test connection to connectros directly each org.openiam.idm.connector.health.check.sweeptime ms. it uses a CONNECTOR_HEALTH_CHECK_LOCK redis lock to prevent another modules to perform the same.
-
-