Class NotificationThreadFactory
- java.lang.Object
-
- de.hybris.platform.notificationservices.thread.factory.NotificationThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public class NotificationThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryThread factory used to create threads
-
-
Constructor Summary
Constructors Constructor Description NotificationThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable runnable)
-