| Package | Description |
|---|---|
| org.wildfly.clustering.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Builder<T>
Deprecated.
Replaced by
ServiceConfigurator. |
interface |
ServiceConfigurator
Configures the dependencies of a
Service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncServiceConfigurator |
class |
IdentityServiceConfigurator<T>
Configures a
Service whose value is provided by another Service. |
class |
ServiceDependency
Encapsulates a
Dependency on a Service. |
class |
ServiceSupplierDependency<V>
Encapsulates a
Dependency on a Service that supplies a value. |
class |
SimpleServiceConfigurator<T>
Configures a simple
Service that provides a static value. |
class |
SimpleServiceNameProvider
ServiceNameProvider using a pre-defined ServiceName |
| Constructor and Description |
|---|
ServiceDependency(ServiceNameProvider provider) |
ServiceSupplierDependency(ServiceNameProvider provider) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.