public class RabbitMQThreadPoolAdapter extends Object implements ThreadPoolAdapter, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
| 构造器和说明 |
|---|
RabbitMQThreadPoolAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
ThreadPoolAdapterState |
getThreadPoolState(String identify) |
List<ThreadPoolAdapterState> |
getThreadPoolStates() |
String |
mark() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event) |
boolean |
updateThreadPool(ThreadPoolAdapterParameter threadPoolAdapterParameter) |
public String mark()
mark 在接口中 ThreadPoolAdapterpublic ThreadPoolAdapterState getThreadPoolState(String identify)
getThreadPoolState 在接口中 ThreadPoolAdapterpublic List<ThreadPoolAdapterState> getThreadPoolStates()
getThreadPoolStates 在接口中 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.