T
- the endpoint data typepublic interface Endpoint<T>
AbstractEndpoint
if you are developing your own endpoint.AbstractEndpoint
Modifier and Type | Method and Description |
---|---|
String |
getId()
The logical ID of the endpoint.
|
T |
invoke()
Called to invoke the endpoint.
|
boolean |
isEnabled()
Return if the endpoint is enabled.
|
boolean |
isSensitive()
Return if the endpoint is sensitive, i.e.
|
String getId()
boolean isEnabled()
boolean isSensitive()
T invoke()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.