Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.discovery |
Modifier and Type | Method and Description |
---|---|
StaticProvider |
Discovery.DiscoveryResources.staticProvider(String key) |
Modifier and Type | Method and Description |
---|---|
List<StaticProvider> |
Discovery.DiscoveryResources.staticProviders()
Get the list of StaticProvider resources
|
Modifier and Type | Method and Description |
---|---|
T |
Discovery.staticProvider(StaticProvider value)
Add the StaticProvider object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Discovery.staticProviders(List<StaticProvider> value)
Add all StaticProvider objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
StaticProvider<T extends StaticProvider<T>>
A static discovery provider definition
|
interface |
StaticProviderConsumer<T extends StaticProvider<T>> |
interface |
StaticProviderSupplier<T extends StaticProvider> |
Modifier and Type | Method and Description |
---|---|
StaticProvider |
StaticProviderSupplier.get()
Constructed instance of StaticProvider resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.