Class CouponNotificationThreadFactory

  • All Implemented Interfaces:
    java.util.concurrent.ThreadFactory

    @Deprecated(since="1905",
                forRemoval=true)
    public class CouponNotificationThreadFactory
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1905 Use NotificationThreadFactory instead.
    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.Thread newThread​(java.lang.Runnable runnable)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CouponNotificationThreadFactory

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

      • newThread

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