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
Tracks the transformations of
ServiceProvider's ActivationStatus in lifecycle activity (i.e., activation
startup and deactivation shutdown).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionrecord(ActivationLogEntry entry) Deprecated, for removal: This API element is subject to removal in a future version.Expected to be called during service creation and activation to capture the activation log transcripts.default Optional<ActivationLogQuery> toQuery()Deprecated, for removal: This API element is subject to removal in a future version.Optionally provide a means to query the activation log, if query is possible.
-
Method Details
-
record
Deprecated, for removal: This API element is subject to removal in a future version.Expected to be called during service creation and activation to capture the activation log transcripts.- Parameters:
entry- the log entry to record- Returns:
- the (perhaps decorated) activation log entry
-
toQuery
Deprecated, for removal: This API element is subject to removal in a future version.Optionally provide a means to query the activation log, if query is possible. If query is not possible then an empty will be returned.- Returns:
- the optional query API of log activation records
-