Class: OpenTracing::Instrumentation::Thrift::TracedProcessor::ReadCachedProtocol

Inherits:
Object
  • Object
show all
Includes:
Thrift::ProtocolDecorator
Defined in:
lib/opentracing/instrumentation/thrift/traced_processor.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



24
25
26
# File 'lib/opentracing/instrumentation/thrift/traced_processor.rb', line 24

def ==(other)
  @protocol == other.protocol
end

#read_message_beginObject



20
21
22
# File 'lib/opentracing/instrumentation/thrift/traced_processor.rb', line 20

def read_message_begin
  @read_message_begin ||= @protocol.read_message_begin
end