- All Superinterfaces:
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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.The full transcript of all services phase transitions being managed.booleanreset(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:
resetin interfaceResettable- 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
-