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