Uses of Class
ch.admin.bit.jeap.domainevent.avro.error.MessageReference.Builder
Packages that use MessageReference.Builder
-
Uses of MessageReference.Builder in ch.admin.bit.jeap.domainevent.avro.error
Methods in ch.admin.bit.jeap.domainevent.avro.error that return MessageReference.BuilderModifier and TypeMethodDescriptionMessageReference.Builder.clearOffset()Clears the value of the 'offset' field.MessageReference.Builder.clearPartition()Clears the value of the 'partition' field.MessageReference.Builder.clearTopicName()Clears the value of the 'topicName' field.MessageReference.Builder.clearType()Clears the value of the 'type' field.EventProcessingFailedReferences.Builder.getMessageBuilder()Gets the Builder instance for the 'message' field and creates one if it doesn't exist yet.static MessageReference.BuilderMessageReference.newBuilder()Creates a new MessageReference RecordBuilder.static MessageReference.BuilderMessageReference.newBuilder(MessageReference other) Creates a new MessageReference RecordBuilder by copying an existing MessageReference instance.static MessageReference.BuilderMessageReference.newBuilder(MessageReference.Builder other) Creates a new MessageReference RecordBuilder by copying an existing Builder.Sets the value of the 'offset' field.MessageReference.Builder.setPartition(String value) Sets the value of the 'partition' field.MessageReference.Builder.setTopicName(String value) Sets the value of the 'topicName' field.Sets the value of the 'type' field.Methods in ch.admin.bit.jeap.domainevent.avro.error with parameters of type MessageReference.BuilderModifier and TypeMethodDescriptionstatic MessageReference.BuilderMessageReference.newBuilder(MessageReference.Builder other) Creates a new MessageReference RecordBuilder by copying an existing Builder.EventProcessingFailedReferences.Builder.setMessageBuilder(MessageReference.Builder value) Sets the Builder instance for the 'message' field