Interface JakartarsServiceRuntime
@ProviderType
public interface JakartarsServiceRuntime
The JakartarsServiceRuntime service represents the runtime information of a
Jakarta RESTful Web Services Whiteboard implementation.
It provides access to DTOs representing the current state of the service.
The JakartarsServiceRuntime service must be registered with the
JakartarsServiceRuntimeConstants.JAKARTA_RS_SERVICE_ENDPOINT
service
property.
- "ThreadSafe"
-
Method Summary
Modifier and TypeMethodDescriptionReturn the runtime DTO representing the current state.
-
Method Details
-
getRuntimeDTO
RuntimeDTO getRuntimeDTO()Return the runtime DTO representing the current state.- Returns:
- The runtime DTO.
-