Class DaemonPollerConfig

    • Constructor Detail

      • DaemonPollerConfig

        public DaemonPollerConfig()
    • Method Detail

      • getPollingInterval

        public long getPollingInterval​(long defaultPollingInterval)
      • setPollingInterval

        public DaemonPollerConfig setPollingInterval​(long pollingInterval)
      • getMaxThreads

        public int getMaxThreads​(int defaultMaxThreads)
      • getInboundPath

        public java.lang.String getInboundPath()
      • getInboundPath

        public java.lang.String getInboundPath​(java.lang.String defaultInboundPath)
      • setInboundPath

        public DaemonPollerConfig setInboundPath​(java.lang.String inboundPath)
      • isRequeue

        public boolean isRequeue()