Class: FinagleThrift::ClientId

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/finagle-thrift/thrift/tracing_types.rb

Overview

At connection time, we can let the server know who we are so they can book keep and optionally reject unknown clients.

Constant Summary collapse

NAME =
1
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



126
# File 'lib/finagle-thrift/thrift/tracing_types.rb', line 126

def struct_fields; FIELDS; end

#validateObject



128
129
# File 'lib/finagle-thrift/thrift/tracing_types.rb', line 128

def validate
end