@ProviderType public interface HttpServiceRuntime
It provides access to DTOs representing the current state of the service.
The HttpServiceRuntime service must be registered with the
HttpServiceRuntimeConstants.HTTP_SERVICE_ENDPOINT
service
property.
Modifier and Type | Method and Description |
---|---|
RequestInfoDTO |
calculateRequestInfoDTO(String path)
Return a request info DTO containing the services involved with
processing a request for the specified path.
|
RuntimeDTO |
getRuntimeDTO()
Return the runtime DTO representing the current state.
|
RuntimeDTO getRuntimeDTO()
RequestInfoDTO calculateRequestInfoDTO(String path)
path
- The request path, relative to the root of the Http Whiteboard
implementation.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0