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 Type
    Method
    Description
    boolean
    test(org.springframework.context.event.ContextRefreshedEvent t)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • test

      boolean test(org.springframework.context.event.ContextRefreshedEvent t)
      Specified by:
      test in interface Predicate<org.springframework.context.event.ContextRefreshedEvent>