模块 org.redkale

类 AbstractService

    • 构造器详细资料

      • AbstractService

        public AbstractService()
    • 方法详细资料

      • serviceName

        protected String serviceName()
      • serviceType

        protected Class serviceType()
      • runAsync

        protected void runAsync​(Runnable command)
        异步执行任务
        参数:
        command - 任务
      • getExecutor

        protected ExecutorService getExecutor()
        获取线程池
        返回:
        ExecutorService