Uses of Class
org.springframework.kafka.support.AllowDenyCollectionManager
Packages that use AllowDenyCollectionManager
- 
Uses of AllowDenyCollectionManager in org.springframework.kafka.supportMethods in org.springframework.kafka.support that return AllowDenyCollectionManagerModifier and TypeMethodDescriptionstatic <T> AllowDenyCollectionManager<T> AllowDenyCollectionManager.createManagerFor(Collection<T> allowList, Collection<T> denyList) static <T> AllowDenyCollectionManager<T> AllowDenyCollectionManager.createManagerFor(Collection<T> allowList, Collection<T> denyList, Collection<Predicate<T>> predicates)