Interface PreRegistrationHandler


  • public interface PreRegistrationHandler
    A handler that can be registered with an EurekaClient at creation time to execute pre registration logic. The pre registration logic need to be synchronous to be guaranteed to execute before registration.
    • Method Detail

      • beforeRegistration

        void beforeRegistration()