Class HealthCheck

java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.HealthCheck
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@BusAware("frank-management-bus") public class HealthCheck extends BusEndpointBase
  • Constructor Details

    • HealthCheck

      public HealthCheck()
  • Method Details

    • getHealth

      @TopicSelector(HEALTH) @PermitAll public org.springframework.messaging.Message<String> getHealth(org.springframework.messaging.Message<?> message)
    • getConfigurationHealth

      public org.springframework.messaging.Message<String> getConfigurationHealth(Configuration configuration)
      Returns the status of a configuration. If an Adapter is not in state STARTED it is flagged as NOT-OK. header configuration The name of the Configuration to delete