Interface ILifecyclePhaseAwareService


  • @Deprecated
    public interface ILifecyclePhaseAwareService
    Deprecated.
    the lifecycle services would be marked with LifecycleService annotation.
    The lifecycle phase aware service.
    Since:
    3.0.0
    • Method Detail

      • participate

        void participate​(LifecyclePhase phase,
                         ILifecycleContext context)
        Deprecated.
        Participates the lifecycle phase for the specified context.
        Parameters:
        phase - the lifecycle phase, cannot be null.
        context - the context object, cannot be null.