Module: Avromatic::Model::MessagingSerialization::ClassMethods
- Includes:
- Decode, Registration
- Defined in:
- lib/avromatic/model/messaging_serialization.rb
Instance Method Summary collapse
-
#avro_messaging ⇒ Object
The messaging object acts as an intermediary talking to the schema registry and using returned/specified schemas to decode/encode.
Methods included from Registration
Methods included from Decode
#avro_message_attributes, #avro_message_decode
Instance Method Details
#avro_messaging ⇒ Object
The messaging object acts as an intermediary talking to the schema registry and using returned/specified schemas to decode/encode.
76 77 78 |
# File 'lib/avromatic/model/messaging_serialization.rb', line 76 def avro_messaging Avromatic.messaging end |