Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.InternalsImpl
Packages that use InternalsImpl
Package
Description
-
Uses of InternalsImpl in org.camunda.bpm.engine.impl.diagnostics
Methods in org.camunda.bpm.engine.impl.diagnostics that return InternalsImplModifier and TypeMethodDescriptionprotected InternalsImpl
DiagnosticsCollector.resolveDynamicData()
-
Uses of InternalsImpl in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as InternalsImplMethods in org.camunda.bpm.engine.impl.telemetry.dto that return InternalsImplMethods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type InternalsImplModifier and TypeMethodDescriptionvoid
InternalsImpl.mergeDynamicData
(InternalsImpl other) void
TelemetryDataImpl.mergeInternals
(InternalsImpl other) void
ProductImpl.setInternals
(InternalsImpl internals) Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type InternalsImplModifierConstructorDescriptionInternalsImpl
(InternalsImpl internals) ProductImpl
(String name, String version, String edition, InternalsImpl internals)