Class AsynchronousResponseSettings


  • public class AsynchronousResponseSettings
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getThreads()  
      boolean isEnabled()  
      • Methods inherited from class java.lang.Object

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

      • AsynchronousResponseSettings

        public AsynchronousResponseSettings​(boolean enabled,
                                            int threads)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • getThreads

        public int getThreads()