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

    Modifier and Type
    Method
    Description
    default String
     

    Methods inherited from interface org.wildfly.clustering.service.Requirement

    getName, getType
  • Method Details