public class KafkaThreadPoolAdapter extends Object implements ThreadPoolAdapter, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
| 构造器和说明 |
|---|
KafkaThreadPoolAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
ThreadPoolAdapterState |
getThreadPoolState(String identify) |
String |
mark() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event) |
boolean |
updateThreadPool(ThreadPoolAdapterParameter threadPoolAdapterParameter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetThreadPoolStatespublic String mark()
mark 在接口中 ThreadPoolAdapterpublic ThreadPoolAdapterState getThreadPoolState(String identify)
getThreadPoolState 在接口中 ThreadPoolAdapterpublic boolean updateThreadPool(ThreadPoolAdapterParameter threadPoolAdapterParameter)
updateThreadPool 在接口中 ThreadPoolAdapterpublic void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event)
onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>Copyright © 2022. All rights reserved.