Module: Avromatic::Model::MessagingSerialization::ClassMethods

Includes:
Decode, Registration
Defined in:
lib/avromatic/model/messaging_serialization.rb

Instance Method Summary collapse

Methods included from Registration

#register_schemas!

Methods included from Decode

#avro_message_attributes, #avro_message_decode

Instance Method Details

#avro_messagingObject

The messaging object acts as an intermediary talking to the schema registry and using returned/specified schemas to decode/encode.



72
73
74
# File 'lib/avromatic/model/messaging_serialization.rb', line 72

def avro_messaging
  Avromatic.messaging
end