Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageBatchRecordValue
Packages that use ImmutableMessageBatchRecordValue
-
Uses of ImmutableMessageBatchRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageBatchRecordValueModifier and TypeMethodDescriptionImmutableMessageBatchRecordValue.Builder.build()Builds a newImmutableMessageBatchRecordValue.ImmutableMessageBatchRecordValue.copyOf(MessageBatchRecordValue instance) Creates an immutable copy of aMessageBatchRecordValuevalue.ImmutableMessageBatchRecordValue.withMessageKeys(Iterable<? extends Long> elements) Copy the current immutable object with elements that replace the content ofmessageKeys.ImmutableMessageBatchRecordValue.withMessageKeys(Long... elements) Copy the current immutable object with elements that replace the content ofmessageKeys.