class OpenTracing::Instrumentation::Thrift::TracedProcessor::ReadCachedProtocol

@private

Attributes

protocol[R]

Public Instance Methods

==(other) click to toggle source
# File lib/opentracing/instrumentation/thrift/traced_processor.rb, line 24
def ==(other)
  @protocol == other.protocol
end
read_message_begin() click to toggle source
# File lib/opentracing/instrumentation/thrift/traced_processor.rb, line 20
def read_message_begin
  @read_message_begin ||= @protocol.read_message_begin
end