Interface Configurer
-
- All Known Implementing Classes:
AutowireCuratorConfigurer,DoNothingCuratorConfigurer
public interface ConfigurerInterface for classes which configure the CuratorConfig tree. Intended for use by a configurer which autowires in any dependencies the Triggers/Actions have.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(java.lang.Object objectToConfigure)Perform configuration action on an object
-