?? JaxrsServiceRuntime
@ProviderType
public interface JaxrsServiceRuntime
The JaxrsServiceRuntime service represents the runtime information of a
JAX-RS Whiteboard implementation.
It provides access to DTOs representing the current state of the service.
The JaxrsServiceRuntime service must be registered with the
JaxrsServiceRuntimeConstants.JAX_RS_SERVICE_ENDPOINT
service
property.
-
????
-
??????
-
getRuntimeDTO
RuntimeDTO getRuntimeDTO()Return the runtime DTO representing the current state.- ??:
- The runtime DTO.
-