O
- the type of the endpoint's operationspublic interface ExposableEndpoint<O extends Operation>
Modifier and Type | Method and Description |
---|---|
EndpointId |
getEndpointId()
Return the endpoint ID.
|
Collection<O> |
getOperations()
Returns the operations of the endpoint.
|
boolean |
isEnableByDefault()
Returns if the endpoint is enabled by default.
|
EndpointId getEndpointId()
boolean isEnableByDefault()
Collection<O> getOperations()