Class CouponNotificationThreadFactory
- java.lang.Object
-
- de.hybris.platform.customercouponservices.thread.factory.CouponNotificationThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
@Deprecated(since="1905", forRemoval=true) public class CouponNotificationThreadFactory 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.Creates threads in the current tenant
-
-
Constructor Summary
Constructors Constructor Description CouponNotificationThreadFactory()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.
-