| Package | Description |
|---|---|
| org.wildfly.discovery | |
| org.wildfly.discovery.impl | |
| org.wildfly.discovery.spi |
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|---|
ServicesQueue |
Discovery.discover(ServiceType serviceType,
FilterSpec filterSpec)
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.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoveryRequest |
LocalRegistryAndDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
DiscoveryRequest |
AggregateDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
DiscoveryRequest |
StaticDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
DiscoveryRequest |
MutableDiscoveryProvider.discover(ServiceType serviceType,
FilterSpec filterSpec,
DiscoveryResult result) |
| Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.