Package org.wildfly.clustering.service
Interface Builder<T>
- Type Parameters:
T- the type of value provided by services built by this builder
- All Superinterfaces:
ServiceConfigurator,ServiceNameProvider
Deprecated, for removal: This API element is subject to removal in a future version.
Encapsulates the logic for building a service.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Method Details
-
build
Deprecated, for removal: This API element is subject to removal in a future version.Builds a service into the specified target.- Specified by:
buildin interfaceServiceConfigurator- Parameters:
target- the service installation target- Returns:
- a service builder
-
ServiceConfigurator.