Java com.google.common.util.concurrent NamingThreadFactory fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent NamingThreadFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent NamingThreadFactory.

The text is from its open source code.

Constructor

NamingThreadFactory(String format, ThreadFactory backingFactory)
Creates a new factory that delegates to backingFactory for thread creation, then uses format to construct a name for the new thread.