- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
ActivationLogEntry.BuilderBase.ActivationLogEntryImpl
Deprecated.
Helidon inject is deprecated and will be replaced in a future version
Log entry for lifecycle related events (i.e., activation startup and deactivation shutdown).
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Fluent API builder forActivationLogEntry.static classActivationLogEntry.BuilderBase<BUILDER extends ActivationLogEntry.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ActivationLogEntry> Deprecated.Fluent API builder base forActivationLogEntry. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Optionally, when this log entry pertains to a service provider activation.static ActivationLogEntry.Builderbuilder()Deprecated.Create a new fluent API builder to customize configuration.static ActivationLogEntry.Builderbuilder(ActivationLogEntry instance) Deprecated.Create a new fluent API builder from an existing instance.static ActivationLogEntrycreate()Deprecated.Create a new instance with default values.error()Deprecated, for removal: This API element is subject to removal in a future version.Any observed error during activation.event()Deprecated, for removal: This API element is subject to removal in a future version.The event.Deprecated, for removal: This API element is subject to removal in a future version.Optionally, the injection point that the event pertains to.message()Deprecated, for removal: This API element is subject to removal in a future version.Optionally, any special message being logged.Deprecated, for removal: This API element is subject to removal in a future version.Optionally, the managing service provider the event pertains to.longthreadId()Deprecated, for removal: This API element is subject to removal in a future version.The thread id that the event occurred on.time()Deprecated, for removal: This API element is subject to removal in a future version.The time this event was generated.
-
Method Details
-
builder
Deprecated.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated.Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Deprecated.Create a new instance with default values.- Returns:
- a new instance
-
event
Event event()Deprecated, for removal: This API element is subject to removal in a future version.The event.- Returns:
- the event
-
message
Deprecated, for removal: This API element is subject to removal in a future version.Optionally, any special message being logged.- Returns:
- the message
-
activationResult
Optional<ActivationResult> activationResult()Deprecated, for removal: This API element is subject to removal in a future version.Optionally, when this log entry pertains to a service provider activation.- Returns:
- the activation result
-
serviceProvider
Optional<ServiceProvider<?>> serviceProvider()Deprecated, for removal: This API element is subject to removal in a future version.Optionally, the managing service provider the event pertains to.- Returns:
- the managing service provider
-
injectionPoint
Optional<InjectionPointInfo> injectionPoint()Deprecated, for removal: This API element is subject to removal in a future version.Optionally, the injection point that the event pertains to.- Returns:
- the injection point
-
time
Instant time()Deprecated, for removal: This API element is subject to removal in a future version.The time this event was generated.- Returns:
- the time of the event
-
error
Deprecated, for removal: This API element is subject to removal in a future version.Any observed error during activation.- Returns:
- any observed error
-
threadId
long threadId()Deprecated, for removal: This API element is subject to removal in a future version.The thread id that the event occurred on.- Returns:
- the thread id
-