java.lang.Object
org.axonframework.axonserver.connector.heartbeat.connection.checker.ActiveGrpcChannelChecker
All Implemented Interfaces:
ConnectionSanityChecker

@Deprecated public class ActiveGrpcChannelChecker extends Object implements ConnectionSanityChecker
Deprecated.
in through use of the AxonServer java connector
ConnectionSanityChecker implementation that verifies if the gRPC channel between client and Axon Server is connected.
Since:
4.2.1
Author:
Sara Pellegrini
  • Constructor Details

  • Method Details

    • isValid

      public boolean isValid()
      Deprecated.
      Returns true if the connection is still alive, false otherwise.

      Detects if exists a gRPC channel between the client an Axon Server.

      Specified by:
      isValid in interface ConnectionSanityChecker
      Returns:
      true if the gRPC channel is opened, false otherwise