public interface NodeNameProducer extends Comparable<NodeNameProducer>
ServiceLoader
pattern provided in the core Java platform.
A default naming strategy will be used if the registered NodeNameProducer
returns null.| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(NodeNameProducer other) |
String |
mappedNodeName(Object nodeToMap) |
default int |
priority() |
default int priority()
default int compareTo(NodeNameProducer other)
compareTo in interface Comparable<NodeNameProducer>Copyright © 2019. All rights reserved.