Uses of Interface
io.helidon.pico.api.ActivationLogEntry
Packages that use ActivationLogEntry
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of ActivationLogEntry in io.helidon.pico.api
Methods in io.helidon.pico.api that return ActivationLogEntryModifier and TypeMethodDescriptionActivationLog.record(ActivationLogEntry entry) Expected to be called during service creation and activation to capture the activation log transcripts.Methods in io.helidon.pico.api that return types with arguments of type ActivationLogEntryModifier and TypeMethodDescriptionActivationLogQuery.fullActivationLog()The full transcript of all services phase transitions being managed.Methods in io.helidon.pico.api with parameters of type ActivationLogEntryModifier and TypeMethodDescriptionActivationLog.record(ActivationLogEntry entry) Expected to be called during service creation and activation to capture the activation log transcripts.