Package org.wildfly.service
Interface ServiceInstaller.UnaryBuilder<T,V>
- Type Parameters:
T- the source value typeV- the service value type
- All Superinterfaces:
Installer.Builder<ServiceInstaller.UnaryBuilder<T,,V>, ServiceInstaller, ServiceTarget, ServiceBuilder<?>> Installer.UnaryBuilder<ServiceInstaller.UnaryBuilder<T,,V>, ServiceInstaller, ServiceTarget, ServiceBuilder<?>, T, V> ServiceInstaller.AsyncBuilder<ServiceInstaller.UnaryBuilder<T,V>>
- All Known Implementing Classes:
ServiceInstaller.DefaultUnaryBuilder
- Enclosing interface:
- ServiceInstaller
public static interface ServiceInstaller.UnaryBuilder<T,V>
extends ServiceInstaller.AsyncBuilder<ServiceInstaller.UnaryBuilder<T,V>>, Installer.UnaryBuilder<ServiceInstaller.UnaryBuilder<T,V>,ServiceInstaller,ServiceTarget,ServiceBuilder<?>,T,V>
Builds a
ServiceInstaller whose service provides a single value.-
Method Summary
Methods inherited from interface org.wildfly.service.Installer.Builder
asActive, asPassive, build, onRemove, onStart, onStop, requires, requiresMethods inherited from interface org.wildfly.service.Installer.UnaryBuilder
onStart, onStop, provides, withCaptorMethods inherited from interface org.wildfly.service.ServiceInstaller.AsyncBuilder
async