Interface DistributedConfigurationLifecycleListener
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface DistributedConfigurationLifecycleListener
Lifecycle listener for distributed configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidonReadyToRegister(DistributedPropertyDispatcher dispatcher)Notify about processor ready to register properties.default voidonReadyToWrite()Notify about processor ready to write.
-
-
-
Method Detail
-
onReadyToRegister
void onReadyToRegister(DistributedPropertyDispatcher dispatcher)
Notify about processor ready to register properties.
-
onReadyToWrite
default void onReadyToWrite()
Notify about processor ready to write.
-
-