K - the key type.V - the value type.C - the container type.@FunctionalInterface
public interface ContainerCustomizer<K,V,C extends AbstractMessageListenerContainer<K,V>>
| Modifier and Type | Method and Description |
|---|---|
void |
configure(C container)
Configure the container.
|
void configure(C container)
container - the container.