Adds getScheme()
This commit is contained in:
@@ -54,4 +54,11 @@ public interface ServiceInstance {
|
||||
* @return the key value pair metadata associated with the service instance
|
||||
*/
|
||||
Map<String, String> getMetadata();
|
||||
|
||||
/**
|
||||
* @return the scheme of the instance
|
||||
*/
|
||||
default String getScheme() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user