| Package | Description |
|---|---|
| org.wildfly.discovery | |
| org.wildfly.discovery.impl | |
| org.wildfly.discovery.spi |
| Modifier and Type | Method | Description |
|---|---|---|
ServiceURL |
ServiceURL.Builder.create() |
Construct the service URL.
|
ServiceURL |
ServicesQueue.pollService() |
Get the next entry from the queue without blocking.
|
ServiceURL |
ServicesQueue.takeService() |
Get the next entry from the queue, blocking until one is available or the thread is interrupted.
|
ServiceURL |
ServicesQueue.takeService(long timeout,
TimeUnit timeUnit) |
Get the next entry from the queue, blocking until one is available or timeout expires.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ServiceURL.equals(ServiceURL other) |
Determine whether this service URL is equal to the given object.
|
boolean |
ServiceType.implies(ServiceURL serviceURL) |
Determine if this service type implies the given service URL.
|
boolean |
ServiceURL.implies(ServiceURL other) |
Determine if this service URL implies the other service URL.
|
ServiceRegistration |
ServiceRegistry.registerService(ServiceURL serviceURL) |
Register a service URL.
|
ServiceRegistration |
ServiceRegistry.registerServices(ServiceURL... serviceURLs) |
Register a group of service URLs to be controlled with a single handle.
|
| Constructor | Description |
|---|---|
Builder(ServiceURL original) |
Construct a new instance from an original template.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServiceRegistration |
AggregateRegistryProvider.registerService(ServiceURL serviceURL) |
|
ServiceRegistration |
LocalRegistryAndDiscoveryProvider.registerService(ServiceURL serviceURL) |
|
ServiceRegistration |
MutableRegistryProvider.registerService(ServiceURL serviceURL) |
|
ServiceRegistration |
AggregateRegistryProvider.registerServices(ServiceURL... serviceURLs) |
|
ServiceRegistration |
LocalRegistryAndDiscoveryProvider.registerServices(ServiceURL... serviceURLs) |
|
ServiceRegistration |
MutableRegistryProvider.registerServices(ServiceURL... serviceURLs) |
| Constructor | Description |
|---|---|
StaticDiscoveryProvider(List<ServiceURL> services) |
Construct a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DiscoveryResult.addMatch(ServiceURL serviceURL) |
Indicate that a matching service URL was discovered.
|
ServiceRegistration |
RegistryProvider.registerService(ServiceURL serviceURL) |
Register a service with this provider.
|
default ServiceRegistration |
RegistryProvider.registerServices(ServiceURL... serviceURLs) |
Register multiple services with this provider at once.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.