Interface ActivationLogQuery

All Superinterfaces:
Resettable

@Deprecated(forRemoval=true, since="4.0.8") public interface ActivationLogQuery extends Resettable
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
Provide a means to query the activation log.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The full transcript of all services phase transitions being managed.
    boolean
    reset(boolean deep)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Clears the activation log.
  • Method Details

    • reset

      boolean reset(boolean deep)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Clears the activation log.
      Specified by:
      reset in interface Resettable
      Parameters:
      deep - ignored
      Returns:
      true if the log was cleared, false if the log was previously empty
    • fullActivationLog

      List<ActivationLogEntry> fullActivationLog()
      Deprecated, for removal: This API element is subject to removal in a future version.
      The full transcript of all services phase transitions being managed.
      Returns:
      the activation log if log capture is enabled