Class ThreadFactory

  • All Implemented Interfaces:
    com.microsoft.appcenter.ingestion.models.json.ModelFactory<Thread>

    public class ThreadFactory
    extends java.lang.Object
    implements com.microsoft.appcenter.ingestion.models.json.ModelFactory<Thread>
    • Method Detail

      • create

        public Thread create()
        Specified by:
        create in interface com.microsoft.appcenter.ingestion.models.json.ModelFactory<Thread>
      • createList

        public java.util.List<Thread> createList​(int capacity)
        Specified by:
        createList in interface com.microsoft.appcenter.ingestion.models.json.ModelFactory<Thread>