Interface ConnectionSanityChecker
- All Known Implementing Classes:
ActiveGrpcChannelChecker,HeartbeatConnectionChecker
Deprecated.
in through use of the AxonServer java
connector
Sanity check that verify the state of the connection with AxonServer.
- Since:
- 4.2.1
- Author:
- Sara Pellegrini
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid()Deprecated.Returns true if the connection is still alive, false otherwise.
-
Method Details
-
isValid
boolean isValid()Deprecated.Returns true if the connection is still alive, false otherwise.- Returns:
- true if the connection is still alive, false otherwise.
-