Package | Description |
---|---|
org.wildfly.swarm.config.singleton | |
org.wildfly.swarm.config.singleton.singleton_policy |
Modifier and Type | Method and Description |
---|---|
Service |
SingletonPolicy.SingletonPolicyResources.service(String key) |
Modifier and Type | Method and Description |
---|---|
List<Service> |
SingletonPolicy.SingletonPolicyResources.services()
Get the list of Service resources
|
Modifier and Type | Method and Description |
---|---|
T |
SingletonPolicy.service(Service value)
Add the Service object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
SingletonPolicy.services(List<Service> value)
Add all Service objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Service<T extends Service<T>>
A singleton service
|
interface |
ServiceConsumer<T extends Service<T>> |
interface |
ServiceSupplier<T extends Service> |
Modifier and Type | Method and Description |
---|---|
Service |
ServiceSupplier.get()
Constructed instance of Service resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.