Uses of Class
ch.admin.bit.jeap.domainevent.avro.error.ErrorTypeReference
Packages that use ErrorTypeReference
Package
Description
-
Uses of ErrorTypeReference in ch.admin.bit.jeap.domainevent.avro.error
Methods in ch.admin.bit.jeap.domainevent.avro.error that return ErrorTypeReferenceModifier and TypeMethodDescriptionErrorTypeReference.Builder.build()static ErrorTypeReferenceErrorTypeReference.fromByteBuffer(ByteBuffer b) Deserializes a ErrorTypeReference from a ByteBuffer.EventProcessingFailedReferences.Builder.getErrorType()Gets the value of the 'errorType' field.EventProcessingFailedReferences.getErrorType()Gets the value of the 'errorType' field.Methods in ch.admin.bit.jeap.domainevent.avro.error that return types with arguments of type ErrorTypeReferenceModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<ErrorTypeReference> ErrorTypeReference.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<ErrorTypeReference> ErrorTypeReference.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<ErrorTypeReference> ErrorTypeReference.getEncoder()Return the BinaryMessageEncoder instance used by this class.EventProcessingFailedReferences.Builder.getOptionalErrorType()Gets the value of the 'errorType' field as an OptionalEventProcessingFailedReferences.getOptionalErrorType()Gets the value of the 'errorType' field as an OptionalMethods in ch.admin.bit.jeap.domainevent.avro.error with parameters of type ErrorTypeReferenceModifier and TypeMethodDescriptionstatic ErrorTypeReference.BuilderErrorTypeReference.newBuilder(ErrorTypeReference other) Creates a new ErrorTypeReference RecordBuilder by copying an existing ErrorTypeReference instance.EventProcessingFailedReferences.Builder.setErrorType(ErrorTypeReference value) Sets the value of the 'errorType' field.voidEventProcessingFailedReferences.setErrorType(ErrorTypeReference value) Sets the value of the 'errorType' field.Constructors in ch.admin.bit.jeap.domainevent.avro.error with parameters of type ErrorTypeReferenceModifierConstructorDescriptionEventProcessingFailedReferences(MessageReference message, ErrorTypeReference errorType) All-args constructor. -
Uses of ErrorTypeReference in ch.admin.bit.jeap.errorhandling.infrastructure.kafka.converters
Methods in ch.admin.bit.jeap.errorhandling.infrastructure.kafka.converters with parameters of type ErrorTypeReferenceModifier and TypeMethodDescriptionch.admin.bit.jeap.messaging.avro.errorevent.ErrorTypeReferenceErrorTypesReferencesConverter.convert(ErrorTypeReference errorTypeReference)