Package org.gradle.messaging.dispatch

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

Related Classes of org.gradle.messaging.dispatch.ExceptionTrackingListener

Copyright © 2018 www.massapicom. 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.