module Avromatic::Model::MessagingSerialization::ClassMethods

Public Instance Methods

avro_messaging() click to toggle source

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

# File lib/avromatic/model/messaging_serialization.rb, line 76
def avro_messaging
  Avromatic.messaging
end