Uses of Interface
org.axonframework.axonserver.connector.heartbeat.ConnectionSanityChecker
Packages that use ConnectionSanityChecker
Package
Description
-
Uses of ConnectionSanityChecker in org.axonframework.axonserver.connector.heartbeat
Constructors in org.axonframework.axonserver.connector.heartbeat with parameters of type ConnectionSanityCheckerModifierConstructorDescriptionHeartbeatMonitor(Runnable onInvalidConnection, ConnectionSanityChecker connectionSanityCheck, Scheduler scheduler, long initialDelay, long delay) Deprecated.Primary constructor ofHeartbeatMonitor. -
Uses of ConnectionSanityChecker in org.axonframework.axonserver.connector.heartbeat.connection.checker
Classes in org.axonframework.axonserver.connector.heartbeat.connection.checker that implement ConnectionSanityCheckerModifier and TypeClassDescriptionclassDeprecated.in through use of the AxonServer java connectorclassDeprecated.in through use of the AxonServer java connectorConstructors in org.axonframework.axonserver.connector.heartbeat.connection.checker with parameters of type ConnectionSanityCheckerModifierConstructorDescriptionHeartbeatConnectionChecker(long heartbeatTimeout, Consumer<Runnable> registerOnHeartbeat, ConnectionSanityChecker delegate, Clock clock) Deprecated.Primary constructor ofHeartbeatConnectionChecker.HeartbeatConnectionChecker(Consumer<Runnable> registration, ConnectionSanityChecker delegate) Deprecated.Constructs an instance ofHeartbeatConnectionCheckerusing a default timeout of 5 seconds and the system clock.