@Experimental
public interface RestfulEndpoint
extends org.apache.geode.lang.Identifiable<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI_CONTEXT |
static java.lang.String |
URI_VERSION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndpoint()
this returns the URI that display the list of entries.
|
default java.lang.String |
getIdentityEndPoint()
return the uri that points to a single entity.
|
default java.lang.String |
getUri()
return the full uri path that points to a single entity.
|
static final java.lang.String URI_CONTEXT
static final java.lang.String URI_VERSION
java.lang.String getEndpoint()
default java.lang.String getIdentityEndPoint()
default java.lang.String getUri()