public interface SharedResource<T> extends IConfigurable, ConfigurableLifecycle, org.springframework.context.Phased
Modifier and Type | Field and Description |
---|---|
static String |
SHARED_RESOURCE_PREFIX |
Modifier and Type | Method and Description |
---|---|
default int |
getPhase()
By default give this the lowest Phase, so it's started first and stopped last.
|
T |
getSharedResource()
Retrieve the shared resource so
CanUseSharedResource holders can use it |
configure
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
setApplicationContext
configure
static final String SHARED_RESOURCE_PREFIX
T getSharedResource()
CanUseSharedResource
holders can use itdefault int getPhase()
getPhase
in interface org.springframework.context.Phased
Copyright © 2023 Frank!Framework. All rights reserved.