Class StockNotificationThreadFactory

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

    @Scope("tenant")
    @Deprecated
    public class StockNotificationThreadFactory
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    Deprecated.
    since 1905 Use NotificationThreadFactory instead.
    Thread factory used to create threads
    • Constructor Detail

      • StockNotificationThreadFactory

        public StockNotificationThreadFactory()
        Deprecated.
    • Method Detail

      • newThread

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