Uses of Interface
com.soklet.core.LifecycleInterceptor
Packages that use LifecycleInterceptor
Package
Description
Top-level types
Soklet
and SokletConfiguration
.Default implementations of Soklet contracts.
-
Uses of LifecycleInterceptor in com.soklet
Methods in com.soklet that return LifecycleInterceptorModifier and TypeMethodDescriptionSokletConfiguration.getLifecycleInterceptor()
How Soklet will perform custom behavior during server and request lifecycle events.Methods in com.soklet with parameters of type LifecycleInterceptorModifier and TypeMethodDescriptionSokletConfiguration.Builder.lifecycleInterceptor
(LifecycleInterceptor lifecycleInterceptor) SokletConfiguration.Copier.lifecycleInterceptor
(LifecycleInterceptor lifecycleInterceptor) -
Uses of LifecycleInterceptor in com.soklet.core.impl
Classes in com.soklet.core.impl that implement LifecycleInterceptor