Interface NodeInfoResolver
- All Superinterfaces:
CriteriaResolver<ShardInfo,ServiceDiscoveryConfiguration>
- All Known Implementing Classes:
DefaultNodeInfoResolver
- 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 NodeInfoResolver
extends CriteriaResolver<ShardInfo,ServiceDiscoveryConfiguration>
NodeInfoResolver.java
Interface to help build a node to be saved in the discovery backend while building the serviceProvider.
To define your custom nodeData
ShardInfo, please define your own implementation, during the bundle ServiceDiscoveryBundle init.-
Method Summary
Methods inherited from interface io.appform.ranger.discovery.bundle.resolvers.CriteriaResolver
resolve