Class CamelInternalProcessor.RoutePolicyAdvice

  • All Implemented Interfaces:
    org.apache.camel.spi.CamelInternalProcessorAdvice
    Enclosing class:
    CamelInternalProcessor

    public static class CamelInternalProcessor.RoutePolicyAdvice
    extends Object
    implements org.apache.camel.spi.CamelInternalProcessorAdvice
    Advice to execute any RoutePolicy a route may have been configured with.
    • Constructor Detail

      • RoutePolicyAdvice

        public RoutePolicyAdvice​(List<org.apache.camel.spi.RoutePolicy> routePolicies)
    • Method Detail

      • setRoute

        public void setRoute​(org.apache.camel.Route route)
      • before

        public Object before​(org.apache.camel.Exchange exchange)
                      throws Exception
        Specified by:
        before in interface org.apache.camel.spi.CamelInternalProcessorAdvice
        Throws:
        Exception
      • after

        public void after​(org.apache.camel.Exchange exchange,
                          Object data)
                   throws Exception
        Specified by:
        after in interface org.apache.camel.spi.CamelInternalProcessorAdvice
        Throws:
        Exception
      • hasState

        public boolean hasState()
        Specified by:
        hasState in interface org.apache.camel.spi.CamelInternalProcessorAdvice