Class StockNotificationThreadFactory
- java.lang.Object
-
- de.hybris.platform.stocknotificationservices.thread.factory.StockNotificationThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
@Scope("tenant") @Deprecated(since="1905", forRemoval=true) public class StockNotificationThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryDeprecated, for removal: This API element is subject to removal in a future version.since 1905 UseNotificationThreadFactoryinstead.Thread factory used to create threads
-
-
Constructor Summary
Constructors Constructor Description StockNotificationThreadFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable runnable)Deprecated, for removal: This API element is subject to removal in a future version.
-