Class CouponNotificationThreadFactory

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

    @Deprecated
    public class CouponNotificationThreadFactory
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    Deprecated.
    since 1905 Use NotificationThreadFactory instead.
    Creates threads in the current tenant
    • Constructor Detail

      • CouponNotificationThreadFactory

        public CouponNotificationThreadFactory()
        Deprecated.
    • Method Detail

      • newThread

        public java.lang.Thread newThread​(java.lang.Runnable runnable)
        Deprecated.
        Specified by:
        newThread in interface java.util.concurrent.ThreadFactory