Interface StreamsBuilderFactoryBeanConfigurer

All Superinterfaces:
org.springframework.core.Ordered
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 StreamsBuilderFactoryBeanConfigurer extends org.springframework.core.Ordered
A configurer for StreamsBuilderFactoryBean. Applied, in order, to the single StreamsBuilderFactoryBean configured by the framework. Invoked after the bean is created and before it is started. Default order is 0.
Since:
2.6.7
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configure the factory bean.
    default int
     
  • Method Details

    • configure

      void configure(StreamsBuilderFactoryBean factoryBean)
      Configure the factory bean.
      Parameters:
      factoryBean - the factory bean.
    • getOrder

      default int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered