Uses of Interface
io.camunda.zeebe.protocol.record.RecordValue
Packages that use RecordValue
Package
Description
Zeebe Protocol
-
Uses of RecordValue in io.camunda.zeebe.protocol.record
Classes in io.camunda.zeebe.protocol.record with type parameters of type RecordValueModifier and TypeClassDescriptionfinal classImmutableRecord<T extends RecordValue>Immutable implementation ofRecord.static final classImmutableRecord.Builder<T extends RecordValue>Builds instances of typeImmutableRecord.interfaceRecord<T extends RecordValue>Represents a record published to the log stream.static final classValueTypeMapping.Mapping<T extends RecordValue,I extends Enum<I> & Intent> A mapping between value type, an abstract protocol type extendingRecordValue, and the equivalent intent.Subinterfaces of RecordValue in io.camunda.zeebe.protocol.recordModifier and TypeInterfaceDescriptioninterfaceShared behaviour for all record values containing a variables document.Classes in io.camunda.zeebe.protocol.record that implement RecordValueMethods in io.camunda.zeebe.protocol.record with type parameters of type RecordValueModifier and TypeMethodDescriptionstatic <T extends RecordValue>
ImmutableRecord.Builder<T> ImmutableRecord.builder()Creates a builder forImmutableRecord.static <T extends RecordValue>
ImmutableRecord<T> Creates an immutable copy of aRecordvalue.Methods in io.camunda.zeebe.protocol.record with parameters of type RecordValueModifier and TypeMethodDescriptionstatic ImmutableRecordValueImmutableRecordValue.copyOf(RecordValue instance) Creates an immutable copy of aRecordValuevalue.ImmutableRecordValue.Builder.from(RecordValue instance) Fill a builder with attribute values from the providedRecordValueinstance. -
Uses of RecordValue in io.camunda.zeebe.protocol.record.value
Subinterfaces of RecordValue in io.camunda.zeebe.protocol.record.valueModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents a stream clock event or command.interfaceinterfaceinterfaceRepresents the evaluation of a DMN decision.interfaceDeprecated.interfaceRepresents a single deployment event or command.interfaceError records are written on unexpected errors during the processing phase.interfaceRepresents an escalation eventinterfaceAn evaluated DMN decision.interfaceAn evaluated input of a decision table.interfaceAn evaluated output of a decision table that belongs to amatched rule.interfaceRepresents a process incident.interfaceRepresents a job batch related event or command.interfaceRepresents a job related event or command.interfaceA matched rule of a decision table.interfaceRepresents a message event or command.interfaceRepresents a message correlation event or command.interfaceRepresents a message event or command.interfaceRepresents message start event subscription commands and eventsinterfaceRepresents a message correlation subscription event or command.interfaceRepresents a signal that an event was triggered in a process instance, within a given scope, and targeting a particular element identified by its ID.interfaceRepresents a batch action that's performed for a process instance.interfaceinterfaceinterfaceinterfaceRepresents a process instance related command or event.interfaceRepresents a process instance related command or event.interfaceRepresents a process message subscription command or event.interfaceRepresents a resource deletion eventinterfaceRepresents a signal event or command.interfaceRepresents signal event subscription commands and eventsinterfaceRepresents a timer event or command.interfaceinterfaceRepresents a user task related event or command.interfaceinterfaceRepresents a variable related event.Classes in io.camunda.zeebe.protocol.record.value that implement RecordValueModifier and TypeClassDescriptionfinal classImmutable implementation ofAuthorizationRecordValue.final classImmutable implementation ofClockRecordValue.final classImmutable implementation ofCommandDistributionRecordValue.final classImmutable implementation ofCompensationSubscriptionRecordValue.final classImmutable implementation ofDecisionEvaluationRecordValue.final classDeprecated.final classImmutable implementation ofDeploymentRecordValue.final classImmutable implementation ofErrorRecordValue.final classImmutable implementation ofEscalationRecordValue.final classImmutable implementation ofEvaluatedDecisionValue.final classImmutable implementation ofEvaluatedInputValue.final classImmutable implementation ofEvaluatedOutputValue.final classImmutable implementation ofIncidentRecordValue.final classImmutable implementation ofJobBatchRecordValue.final classImmutable implementation ofJobRecordValue.final classImmutable implementation ofMatchedRuleValue.final classImmutable implementation ofMessageBatchRecordValue.final classImmutable implementation ofMessageCorrelationRecordValue.final classImmutable implementation ofMessageRecordValue.final classImmutable implementation ofMessageStartEventSubscriptionRecordValue.final classImmutable implementation ofMessageSubscriptionRecordValue.final classImmutable implementation ofProcessEventRecordValue.final classImmutable implementation ofProcessInstanceBatchRecordValue.final classImmutable implementation ofProcessInstanceCreationRecordValue.final classImmutable implementation ofProcessInstanceMigrationRecordValue.final classImmutable implementation ofProcessInstanceModificationRecordValue.final classImmutable implementation ofProcessInstanceRecordValue.final classImmutable implementation ofProcessInstanceResultRecordValue.final classImmutable implementation ofProcessMessageSubscriptionRecordValue.final classImmutable implementation ofResourceDeletionRecordValue.final classImmutable implementation ofSignalRecordValue.final classImmutable implementation ofSignalSubscriptionRecordValue.final classImmutable implementation ofTimerRecordValue.final classImmutable implementation ofUserRecordValue.final classImmutable implementation ofUserTaskRecordValue.final classImmutable implementation ofVariableDocumentRecordValue.final classImmutable implementation ofVariableRecordValue.Methods in io.camunda.zeebe.protocol.record.value that return RecordValueMethods in io.camunda.zeebe.protocol.record.value with parameters of type RecordValueModifier and TypeMethodDescriptionImmutableCommandDistributionRecordValue.Builder.withCommandValue(RecordValue commandValue) Initializes the value for thecommandValueattribute.ImmutableCommandDistributionRecordValue.withCommandValue(RecordValue value) Copy the current immutable object by setting a value for thecommandValueattribute. -
Uses of RecordValue in io.camunda.zeebe.protocol.record.value.deployment
Subinterfaces of RecordValue in io.camunda.zeebe.protocol.record.value.deploymentModifier and TypeInterfaceDescriptioninterfaceRepresents a deployed decision.interfaceRepresents a deployed decision requirements graph (DRG/DRD) for a DMN resource.interfaceinterfaceinterfaceRepresents a deployed process, which extends the meta data with the acutal resourcesinterfaceRepresents deployed process meta data, so all important properties of an deployed process.Classes in io.camunda.zeebe.protocol.record.value.deployment that implement RecordValueModifier and TypeClassDescriptionfinal classImmutable implementation ofDecisionRecordValue.final classImmutable implementation ofDecisionRequirementsRecordValue.final classImmutable implementation ofForm.final classImmutable implementation ofFormMetadataValue.final classImmutable implementation ofProcess.final classImmutable implementation ofProcessMetadataValue. -
Uses of RecordValue in io.camunda.zeebe.protocol.record.value.management
Subinterfaces of RecordValue in io.camunda.zeebe.protocol.record.value.managementModifier and TypeInterfaceDescriptioninterfaceRepresents a checkpoint related command or event.Classes in io.camunda.zeebe.protocol.record.value.management that implement RecordValue