Interface LifecycleProcessor

All Superinterfaces:
Lifecycle
All Known Implementing Classes:
DefaultLifecycleProcessor

public interface LifecycleProcessor extends Lifecycle
Strategy interface for processing Lifecycle beans within the ApplicationContext.
Since:
3.0
Author:
Mark Fisher, Juergen Hoeller
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Notification of context close phase for auto-stopping components before destruction.
    default void
    Notification of context refresh for auto-starting components.
    default void
    Notification of context restart for auto-stopping and subsequently auto-starting components.

    Methods inherited from interface org.springframework.context.Lifecycle

    isRunning, start, stop