Package org.apache.camel.processor.interceptor

Examples of org.apache.camel.processor.interceptor.BacklogTracer.clear()


        }

        // disable tracer and clear counter and the backlog queue
        backlogTracer.setEnabled(false);
        backlogTracer.resetTraceCounter();
        backlogTracer.clear();
        System.out.println("BacklogTracer stopped on " + camel.getName());
        return null;
    }

}
View Full Code Here


        }

        // disable tracer and clear counter and the backlog queue
        backlogTracer.setEnabled(false);
        backlogTracer.resetTraceCounter();
        backlogTracer.clear();
        System.out.println("BacklogTracer stopped on " + camel.getName());
        return null;
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.