Class HealthCheckStuckThreadExecutionOptions

    • Constructor Detail

      • HealthCheckStuckThreadExecutionOptions

        public HealthCheckStuckThreadExecutionOptions​(boolean enabled,
                                                      long time,
                                                      TimeUnit unit,
                                                      boolean addToMicroProfileHealth,
                                                      long timeStuck,
                                                      TimeUnit unitStuck)
    • Method Detail

      • getTimeStuck

        public Long getTimeStuck()
        Returns:
        Time that a thread has be blocked for to be considered stuck
      • getUnitStuck

        public TimeUnit getUnitStuck()
        Returns:
        Unit of time that a thread has be blocked for to be considered stuck