Klasse HealthCheckEngineResult

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.HealthCheckEngineResult

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class HealthCheckEngineResult extends Object
HealthCheckEngineResult
  • Felddetails

    • elasticsearch

      protected Object elasticsearch
      Various values for the ElasticSearch check
    • is

      protected Object is
      Various values for the Integration Server health check
    • status

      protected String status
      Either green, yellow or red
    • terracotta

      protected Object terracotta
      Various values for the Terracotta cluster check
  • Konstruktordetails

    • HealthCheckEngineResult

      public HealthCheckEngineResult(Consumer<HealthCheckEngineResult> spec)
      Constructs a validated instance of HealthCheckEngineResult.
      Parameter:
      spec - the specification to process
    • HealthCheckEngineResult

      @Internal public HealthCheckEngineResult(Object elasticsearch, Object is, String status, Object terracotta)
      Constructs a validated instance of HealthCheckEngineResult.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using HealthCheckEngineResult(Consumer) instead.

      Parameter:
      elasticsearch - Various values for the ElasticSearch check
      is - Various values for the Integration Server health check
      status - Either green, yellow or red
      terracotta - Various values for the Terracotta cluster check
    • HealthCheckEngineResult

      protected HealthCheckEngineResult()
  • Methodendetails