Interface Target_io_grpc_ServiceProviders_PriorityAccessor<T>


interface Target_io_grpc_ServiceProviders_PriorityAccessor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getPriority(T provider)
     
    boolean
    isAvailable(T provider)
     
  • Method Details

    • isAvailable

      boolean isAvailable(T provider)
    • getPriority

      int getPriority(T provider)