public class AppQuery
extends java.lang.Object
CoffeeNetApps registered in the discovery service.| Modifier and Type | Class and Description |
|---|---|
static class |
AppQuery.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppQuery.Builder |
builder() |
java.util.Set<java.lang.String> |
getAppNames()
Returns a case insensitive
TreeSet of application names that matches the query. |
java.util.Set<java.lang.String> |
getAppRoles()
Returns a case insensitive
TreeSet of application roles that matches the query. |
public java.util.Set<java.lang.String> getAppNames()
TreeSet of application names that matches the query.public java.util.Set<java.lang.String> getAppRoles()
TreeSet of application roles that matches the query.public static AppQuery.Builder builder()