Package org.wildfly.service
Interface Installer.BlockingBuilder<B>
- Type Parameters:
B- the builder type
- All Known Subinterfaces:
CapabilityServiceInstaller.Builder<T,,V> ServiceInstaller.Builder,ServiceInstaller.UnaryBuilder<T,V>
- All Known Implementing Classes:
CapabilityServiceInstaller.DefaultBuilder,ServiceInstaller.DefaultNullaryBuilder,ServiceInstaller.DefaultUnaryBuilder
- Enclosing interface:
- Installer<ST extends ServiceTarget>
public static interface Installer.BlockingBuilder<B>
Implemented by builders with blocking service support.
-
Method Summary
-
Method Details
-
blocking
B blocking()Indicates that the installed service performs blocking operations on start and/or stop, and should be instrumented accordingly.- Returns:
- a reference to this builder
-