Package org.togglz.spring.listener
Interface TogglzApplicationContextBinderApplicationListener.ContextRefreshedEventFilter
- All Superinterfaces:
Predicate<org.springframework.context.event.ContextRefreshedEvent>
- Enclosing class:
- TogglzApplicationContextBinderApplicationListener
- 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 static interface TogglzApplicationContextBinderApplicationListener.ContextRefreshedEventFilter
extends Predicate<org.springframework.context.event.ContextRefreshedEvent>
A filter that can be used to exclude
ContextRefreshedEvent events used to populate ContextClassLoaderApplicationContextHolder.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(org.springframework.context.event.ContextRefreshedEvent t)