Package org.wildfly.clustering.service
Interface Requirement
-
- All Known Subinterfaces:
BinaryRequirement,DefaultableBinaryRequirement,DefaultableUnaryRequirement,UnaryRequirement
public interface RequirementIdentifies a requirement that provides a service.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The base name of this requirement.Class<?>getType()The value type of the service provided by this requirement.
-