Class StockNotificationThreadFactory
- java.lang.Object
-
- de.hybris.platform.stocknotificationservices.thread.factory.StockNotificationThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
@Scope("tenant") @Deprecated public class StockNotificationThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryDeprecated.since 1905 UseNotificationThreadFactoryinstead.Thread factory used to create threads
-
-
Constructor Summary
Constructors Constructor Description StockNotificationThreadFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable runnable)Deprecated.
-