Uses of Class
org.wildfly.discovery.ServiceType
Packages that use ServiceType
-
Uses of ServiceType in org.wildfly.discovery
Methods in org.wildfly.discovery that return ServiceTypeModifier and TypeMethodDescriptionServiceDescription.getServiceType()Get the service type.ServiceURL.getServiceType()Get the service type of this URL.static ServiceTypeGet a service type with the given abstract type and optional abstract type authority.static ServiceTypeServiceType.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.Methods in org.wildfly.discovery with parameters of type ServiceTypeModifier and TypeMethodDescriptionDiscovery.discover(ServiceType serviceType, FilterSpec filterSpec) Perform a service discovery.Discovery.discover(ServiceType serviceType, FilterSpec filterSpec, long timeout, TimeUnit timeUnit) Perform a service discovery.booleanServiceType.equals(ServiceType other) Determine if this service type is equal to another.booleanServiceType.implies(ServiceType serviceType) Determine if this service type implies the other service type.Constructors in org.wildfly.discovery with parameters of type ServiceTypeModifierConstructorDescriptionServiceDescription(ServiceType serviceType, FilterSpec filterSpec) Construct a new instance. -
Uses of ServiceType in org.wildfly.discovery.impl
Methods in org.wildfly.discovery.impl with parameters of type ServiceTypeModifier and TypeMethodDescriptionAggregateDiscoveryProvider.discover(ServiceType serviceType, FilterSpec filterSpec, DiscoveryResult result) LocalRegistryAndDiscoveryProvider.discover(ServiceType serviceType, FilterSpec filterSpec, DiscoveryResult result) MutableDiscoveryProvider.discover(ServiceType serviceType, FilterSpec filterSpec, DiscoveryResult result) StaticDiscoveryProvider.discover(ServiceType serviceType, FilterSpec filterSpec, DiscoveryResult result) -
Uses of ServiceType in org.wildfly.discovery.spi
Methods in org.wildfly.discovery.spi with parameters of type ServiceTypeModifier and TypeMethodDescriptionvoidBlockingDiscoveryProvider.discover(ServiceType serviceType, FilterSpec filterSpec, DiscoveryResult result) Attempt to discover implementations of a service synchronously.DiscoveryProvider.discover(ServiceType serviceType, FilterSpec filterSpec, DiscoveryResult result) Attempt to discover implementations of a service.