Interface ActivationLogQuery

All Superinterfaces:
Resettable

public interface ActivationLogQuery extends Resettable
Provide a means to query the activation log.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    List<io.helidon.inject.api.ActivationLogEntry>
    The full transcript of all services phase transitions being managed.
    boolean
    reset(boolean deep)
    Clears the activation log.
  • Method Details

    • reset

      boolean reset(boolean deep)
      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<io.helidon.inject.api.ActivationLogEntry> fullActivationLog()
      The full transcript of all services phase transitions being managed.
      Returns:
      the activation log if log capture is enabled