Examples of ExceptionTrackingListener


Examples of org.gradle.messaging.dispatch.ExceptionTrackingListener

        private final ExceptionTrackingListener exceptionListener;
        private final ThreadLocal<Runnable> executing = new ThreadLocal<Runnable>();

        public StoppableExecutorImpl(ExecutorService executor) {
            this.executor = executor;
            exceptionListener = new ExceptionTrackingListener(Logging.getLogger(StoppableExecutorImpl.class));
        }
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.