Interface PulsarContainerFactoryCustomizer<T extends org.springframework.pulsar.config.PulsarContainerFactory<?,?>>
- Type Parameters:
T
- the type of thePulsarContainerFactory
- 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
-
Method Details
-
customize
Customize the container factory.- Parameters:
containerFactory
- thePulsarContainerFactory
to customize
-