Interface BootstrapResult


public interface BootstrapResult
A result of a bootstrap
Since:
8.0.4
Author:
eitany
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the failure cause for the bootstrap or null if the bootstrap succeeded.
    boolean
    Returns true if the bootstrap succeeded, false otherwise.
  • Method Details

    • isSucceeded

      boolean isSucceeded()
      Returns true if the bootstrap succeeded, false otherwise.
    • getFailureCause

      Throwable getFailureCause()
      Returns the failure cause for the bootstrap or null if the bootstrap succeeded.