Package org.camunda.bpm.engine.rest
Interface TelemetryRestService
- All Known Implementing Classes:
TelemetryRestServiceImpl
@Produces("application/json")
public interface TelemetryRestService
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.The sending telemetry feature is removed.Deprecated.The sending telemetry feature is removed.
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
configureTelemetry
@Deprecated @POST @Path("/configuration") @Consumes("application/json") void configureTelemetry(TelemetryConfigurationDto dto) Deprecated.The sending telemetry feature is removed. Please remove the endpoint usages as they are no longer needed. -
getTelemetryConfiguration
@Deprecated @GET @Path("/configuration") @Produces("application/json") TelemetryConfigurationDto getTelemetryConfiguration()Deprecated.The sending telemetry feature is removed. Please remove the endpoint usages as they are no longer needed. -
getTelemetryData
-