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