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