public class ReportingEventExecutor extends Object implements Runnable, org.springframework.boot.CommandLineRunner, org.springframework.beans.factory.DisposableBean
BlockingQueue 充当缓冲容器, 实现生产-消费模型.
BlockingQueue
ReportingEventExecutor()
void
destroy()
run()
run(String... args)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReportingEventExecutor()
public void run()
run
Runnable
public void run(String... args)
org.springframework.boot.CommandLineRunner
public void destroy()
destroy
org.springframework.beans.factory.DisposableBean
Copyright © 2021. All rights reserved.