| Package | Description |
|---|---|
| org.wildfly.discovery | |
| org.wildfly.discovery.impl | |
| org.wildfly.discovery.spi |
| Modifier and Type | Method | Description |
|---|---|---|
ServiceType |
ServiceDescription.getServiceType() |
Get the service type.
|
ServiceType |
ServiceURL.getServiceType() |
Get the service type of this URL.
|
static ServiceType |
ServiceType.of(String abstractType,
String abstractTypeAuthority) |
Get a service type with the given abstract type and optional abstract type authority.
|
static ServiceType |
ServiceType.of(String abstractType,
String abstractTypeAuthority,
String concreteType,
String concreteTypeAuthority) |
Get a service type with the given abstract and concrete type and optional abstract and/or concrete type authority.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServicesQueue |
Discovery.discover(ServiceType serviceType,
FilterSpec filterSpec) |
Perform a service discovery.
|
ServicesQueue |
Discovery.discover(ServiceType serviceType,
FilterSpec filterSpec,
long timeout,
TimeUnit timeUnit) |
Perform a service discovery.
|
boolean |
ServiceType.equals(ServiceType other) |
Determine if this service type is equal to another.
|
boolean |
ServiceType.implies(ServiceType serviceType) |
Determine if this service type implies the other service type.
|
| Constructor | Description |
|---|---|
ServiceDescription(ServiceType serviceType,
FilterSpec filterSpec) |
Construct a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
DiscoveryRequest |
AggregateDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
|
DiscoveryRequest |
LocalRegistryAndDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
|
DiscoveryRequest |
MutableDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
|
DiscoveryRequest |
StaticDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BlockingDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
Attempt to discover implementations of a service synchronously.
|
DiscoveryRequest |
DiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
Attempt to discover implementations of a service.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.