Package org.operaton.bpm.engine.rest
Interface TelemetryRestService
- All Known Implementing Classes:
TelemetryRestServiceImpl
@Deprecated(forRemoval=true,
since="1.0")
@Produces("application/json")
public interface TelemetryRestService
Deprecated, for removal: This API element is subject to removal in a future version.
The sending telemetry feature is removed.
Please remove the endpoint usages as they are no longer needed.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
PATH
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Method Details
-
configureTelemetry
@POST @Path("/configuration") @Consumes("application/json") void configureTelemetry(TelemetryConfigurationDto dto) Deprecated, for removal: This API element is subject to removal in a future version. -
getTelemetryConfiguration
@GET @Path("/configuration") @Produces("application/json") TelemetryConfigurationDto getTelemetryConfiguration()Deprecated, for removal: This API element is subject to removal in a future version. -
getTelemetryData
Deprecated, for removal: This API element is subject to removal in a future version.
-