Interface 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.

  • Method Summary

    Modifier and Type
    Method
    Description
    Return the runtime DTO representing the current state.
  • Method Details

    • getRuntimeDTO

      RuntimeDTO getRuntimeDTO()
      Return the runtime DTO representing the current state.
      Returns:
      The runtime DTO.