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 excludeContextRefreshedEventevents used to populateContextClassLoaderApplicationContextHolder.- See Also:
- Issue 279
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(org.springframework.context.event.ContextRefreshedEvent t)
-