Uses of Interface
com.soklet.LifecycleInterceptor
Packages that use LifecycleInterceptor
-
Uses of LifecycleInterceptor in com.soklet
Methods in com.soklet that return LifecycleInterceptorModifier and TypeMethodDescriptionSokletConfig.getLifecycleInterceptor()
How Soklet will perform custom behavior during server and request lifecycle events.static LifecycleInterceptor
LifecycleInterceptor.withDefaults()
Acquires aLifecycleInterceptor
instance with sensible defaults.Methods in com.soklet with parameters of type LifecycleInterceptorModifier and TypeMethodDescriptionSokletConfig.Builder.lifecycleInterceptor
(LifecycleInterceptor lifecycleInterceptor) SokletConfig.Copier.lifecycleInterceptor
(LifecycleInterceptor lifecycleInterceptor)