Class TaskHealthState

java.lang.Object
org.apache.camel.component.kafka.TaskHealthState

public class TaskHealthState extends Object
  • Constructor Details

    • TaskHealthState

      public TaskHealthState(boolean ready, boolean isTerminated, boolean isRecoverable, Exception lastError, String clientId, long currentBackoffInterval, Properties clientProperties)
  • Method Details

    • isReady

      public boolean isReady()
    • isTerminated

      public boolean isTerminated()
    • isRecoverable

      public boolean isRecoverable()
    • getLastError

      public Exception getLastError()
    • getClientId

      public String getClientId()
    • getCurrentBackoffInterval

      public long getCurrentBackoffInterval()
    • getBootstrapServers

      public String getBootstrapServers()
    • getGroupId

      public String getGroupId()
    • buildStateMessage

      public String buildStateMessage()