Sha256: 461d162dc9ff33e85cafec73be3ac3cf63f73fb12354510ae4ca89cfb2b268b2
Contents?: true
Size: 971 Bytes
Versions: 6
Compression:
Stored size: 971 Bytes
Contents
require 'sqreen/ecosystem/util/call_writers_from_init' module Sqreen module Ecosystem module ModuleApi module Tracing # The data the tracing module needs in order to populate # +Sqreen::Ecosystem::Tracing::Signals::TracingConsumer::Payload+ and # +Sqreen::Ecosystem::Tracing::Signals::TracingProducer::Payload+. # # Signals are not produced by the data producers (transport) # because of superior orders, as the only current use of this # data is to generate signals. module MessagingData include Util::CallWritersFromInit # @return [Symbol] attr_accessor :message_type # @return [String] attr_accessor :host # @return [String] attr_accessor :ip # @return [String] attr_accessor :topic # @return [String] attr_accessor :tracing_identifier end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems