Class AutowireCuratorConfigurer

  • All Implemented Interfaces:
    Configurer

    public class AutowireCuratorConfigurer
    extends java.lang.Object
    implements Configurer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.function.Consumer<java.lang.Object> autoWireFunction  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutowireCuratorConfigurer​(java.util.function.Consumer<java.lang.Object> autoWireFunction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(java.lang.Object objectToConfigure)
      Perform configuration action on an object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • autoWireFunction

        private final java.util.function.Consumer<java.lang.Object> autoWireFunction
    • Constructor Detail

      • AutowireCuratorConfigurer

        public AutowireCuratorConfigurer​(java.util.function.Consumer<java.lang.Object> autoWireFunction)
    • Method Detail

      • configure

        public void configure​(java.lang.Object objectToConfigure)
        Description copied from interface: Configurer
        Perform configuration action on an object
        Specified by:
        configure in interface Configurer