Interface ContainerCustomizer<C extends MessageListenerContainer>
-
- Type Parameters:
C
- the container type.
- All Known Implementing Classes:
CompositeContainerCustomizer
- 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 ContainerCustomizer<C extends MessageListenerContainer>
Called by the container factory after the container is created and configured.- Since:
- 2.2.2
- Author:
- Gary Russell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(C container)
Configure the container.
-
-
-
Method Detail
-
configure
void configure(C container)
Configure the container.- Parameters:
container
- the container.
-
-