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