Class: Concord::Thrift::ComputationTestService::Processor
- Inherits:
-
Concord::Thrift::ComputationService::Processor
- Object
- Concord::Thrift::ComputationService::Processor
- Concord::Thrift::ComputationTestService::Processor
- Includes:
- Thrift::Processor
- Defined in:
- lib/gen-rb/computation_test_service.rb
Instance Method Summary collapse
Methods inherited from Concord::Thrift::ComputationService::Processor
#process_boltMetadata, #process_boltProcessRecord, #process_boltProcessTimer, #process_init
Instance Method Details
#process_boltMetrics(seqid, iprot, oprot) ⇒ Object
38 39 40 41 42 43 44 45 46 47 |
# File 'lib/gen-rb/computation_test_service.rb', line 38 def process_boltMetrics(seqid, iprot, oprot) args = read_args(iprot, BoltMetrics_args) result = BoltMetrics_result.new() begin result.success = @handler.boltMetrics() rescue ::Concord::Thrift::BoltError => e result.e = e end write_result(result, oprot, 'boltMetrics', seqid) end |