Class StockNotificationThreadFactory

java.lang.Object
de.hybris.platform.stocknotificationservices.thread.factory.StockNotificationThreadFactory
All Implemented Interfaces:
ThreadFactory

@Scope("tenant") @Deprecated(since="1905", forRemoval=true) public class StockNotificationThreadFactory extends Object implements ThreadFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905 Use NotificationThreadFactory instead.
Thread factory used to create threads
  • Constructor Details

    • StockNotificationThreadFactory

      public StockNotificationThreadFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • newThread

      public Thread newThread(Runnable runnable)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      newThread in interface ThreadFactory