| 程序包 | 说明 |
|---|---|
| cn.hippo4j.core.plugin.manager |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
GlobalThreadPoolPluginManager
A globally
ThreadPoolPluginManager. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultGlobalThreadPoolPluginManager
Default implementation of
GlobalThreadPoolPluginManager. |
class |
DefaultThreadPoolPluginRegistrar
Register default
ThreadPoolPlugin. |
| 限定符和类型 | 方法和说明 |
|---|---|
ThreadPoolPluginRegistrar |
GlobalThreadPoolPluginManager.disableThreadPoolPluginRegistrar(String registrarId)
Unable
ThreadPoolPluginRegistrar, newly registered support will not get this registrar. |
ThreadPoolPluginRegistrar |
DefaultGlobalThreadPoolPluginManager.disableThreadPoolPluginRegistrar(String registrarId)
Unable
ThreadPoolPluginRegistrar, newly registered support will not get this registrar. |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ThreadPoolPluginRegistrar> |
GlobalThreadPoolPluginManager.getAllEnableThreadPoolPluginRegistrar()
Get all enable
ThreadPoolPluginRegistrar. |
Collection<ThreadPoolPluginRegistrar> |
DefaultGlobalThreadPoolPluginManager.getAllEnableThreadPoolPluginRegistrar()
Get all enable
ThreadPoolPluginRegistrar. |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
GlobalThreadPoolPluginManager.enableThreadPoolPluginRegistrar(ThreadPoolPluginRegistrar registrar)
Enable registrar, then apply to all registered
ThreadPoolPluginSupport,
after action, newly registered support will also get this registrar. |
boolean |
DefaultGlobalThreadPoolPluginManager.enableThreadPoolPluginRegistrar(@NonNull ThreadPoolPluginRegistrar registrar)
Enable registrar, then apply to all registered
ThreadPoolPluginSupport,
after action, newly registered support will also get this registrar. |
Copyright © 2022. All rights reserved.