Interface Runtime.Listener

All Superinterfaces:
org.apache.camel.Ordered
Enclosing interface:
Runtime
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 Runtime.Listener extends org.apache.camel.Ordered
  • Field Summary

    Fields inherited from interface org.apache.camel.Ordered

    HIGHEST, LOWEST
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Runtime.Phase phase, Runtime runtime)
     
    default int
     
  • Method Details

    • accept

      boolean accept(Runtime.Phase phase, Runtime runtime)
    • getOrder

      default int getOrder()
      Specified by:
      getOrder in interface org.apache.camel.Ordered