Interface PulsarContainerFactoryCustomizer<T extends org.springframework.pulsar.config.PulsarContainerFactory<?,?>>

Type Parameters:
T - the type of the PulsarContainerFactory
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 PulsarContainerFactoryCustomizer<T extends org.springframework.pulsar.config.PulsarContainerFactory<?,?>>
Callback interface that can be implemented by beans wishing to customize a PulsarContainerFactory before it is fully initialized, in particular to tune its configuration.
Since:
3.4.0
Author:
Chris Bono
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(T containerFactory)
    Customize the container factory.
  • Method Details

    • customize

      void customize(T containerFactory)
      Customize the container factory.
      Parameters:
      containerFactory - the PulsarContainerFactory to customize