Uses of Class
ch.admin.bit.jeap.domainevent.avro.AvroDomainEventType
Packages that use AvroDomainEventType
-
Uses of AvroDomainEventType in ch.admin.bit.jeap.domainevent.avro
Methods in ch.admin.bit.jeap.domainevent.avro that return AvroDomainEventTypeModifier and TypeMethodDescriptionAvroDomainEventType.Builder.build()static AvroDomainEventTypeAvroDomainEventType.fromByteBuffer(ByteBuffer b) Deserializes a AvroDomainEventType from a ByteBuffer.Methods in ch.admin.bit.jeap.domainevent.avro that return types with arguments of type AvroDomainEventTypeModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<AvroDomainEventType> AvroDomainEventType.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<AvroDomainEventType> AvroDomainEventType.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<AvroDomainEventType> AvroDomainEventType.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in ch.admin.bit.jeap.domainevent.avro with parameters of type AvroDomainEventTypeModifier and TypeMethodDescriptionstatic AvroDomainEventType.BuilderAvroDomainEventType.newBuilder(AvroDomainEventType other) Creates a new AvroDomainEventType RecordBuilder by copying an existing AvroDomainEventType instance.voidAvroDomainEvent.setType(AvroDomainEventType type)