Interface RegistrationManagementLifecycle<R extends Registration>

All Superinterfaces:
org.springframework.core.Ordered, RegistrationLifecycle<R>

public interface RegistrationManagementLifecycle<R extends Registration> extends RegistrationLifecycle<R>
Service registration life cycle. This life cycle is only related to AbstractAutoServiceRegistration.getManagementRegistration().
Author:
Zen Huifer
  • Method Details

    • postProcessBeforeStartRegisterManagement

      void postProcessBeforeStartRegisterManagement(R registrationManagement)
      A method executed before registering the local management service with the ServiceRegistry.
      Parameters:
      registrationManagement - registrationManagement
    • postProcessAfterStartRegisterManagement

      void postProcessAfterStartRegisterManagement(R registrationManagement)
      A method executed after registering the local management service with the ServiceRegistry.
      Parameters:
      registrationManagement - registrationManagement
    • postProcessBeforeStopRegisterManagement

      void postProcessBeforeStopRegisterManagement(R registrationManagement)
      A method executed before de-registering the management local service with the ServiceRegistry.
      Parameters:
      registrationManagement - registrationManagement
    • postProcessAfterStopRegisterManagement

      void postProcessAfterStopRegisterManagement(R registrationManagement)
      A method executed after de-registering the management local service with the ServiceRegistry.
      Parameters:
      registrationManagement - registrationManagement