Interface PortSchemeResolver<T extends io.dropwizard.Configuration>
- All Superinterfaces:
CriteriaResolver<String,T>
- All Known Implementing Classes:
DefaultPortSchemeResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface PortSchemeResolver<T extends io.dropwizard.Configuration>
extends CriteriaResolver<String,T>
NodeInfoResolver.java
Interface to help build a portScheme basis the server
Configuration-
Method Summary
Methods inherited from interface io.appform.ranger.discovery.bundle.resolvers.CriteriaResolver
resolve