Package org.wildfly.clustering.service
Interface UnaryRequirement
-
- All Superinterfaces:
Requirement
- All Known Subinterfaces:
DefaultableUnaryRequirement
public interface UnaryRequirement extends Requirement
Identifies a requirement that provides a service. Includes a unary function for resolving its name.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Stringresolve(String name)-
Methods inherited from interface org.wildfly.clustering.service.Requirement
getName, getType
-
-