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