| Modifier and Type | Class and Description |
|---|---|
class |
Environment |
class |
ModuleEnvironment |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationExt |
interface |
Lifecycle
The Lifecycle of Dubbo component
|
interface |
ModuleExt |
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptiveExtensionInjector
AdaptiveExtensionInjector
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShutdownHookCallbacks
The composed
ShutdownHookCallback class to manipulate one and more ShutdownHookCallback instances |
| Modifier and Type | Method and Description |
|---|---|
static List<Disposable> |
GlobalResourcesRepository.getGlobalReusedDisposables() |
List<Disposable> |
GlobalResourcesRepository.getOneoffDisposables() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalResourcesRepository.registerDisposable(Disposable disposable)
Register a one-off disposable, the disposable is removed automatically on first shutdown.
|
static void |
GlobalResourcesRepository.registerGlobalDisposable(Disposable disposable)
Register a global reused disposable.
|
void |
GlobalResourcesRepository.removeDisposable(Disposable disposable) |
void |
GlobalResourcesRepository.removeGlobalDisposable(Disposable disposable) |
| Constructor and Description |
|---|
GlobalResourceInitializer(Callable<T> callable,
Disposable disposable) |
| Modifier and Type | Class and Description |
|---|---|
class |
FrameworkExecutorRepository |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigManager |
class |
ConfigManager
A lock-free config manager (through ConcurrentHashMap), for fast read operation.
|
class |
ModuleConfigManager
Manage configs of module
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.