uber / tchannel-java

A Java implementation of the TChannel protocol.
MIT License
133 stars 67 forks source link

Generate Thrift Request Handler Definitions Automatically #42

Open willsalz opened 9 years ago

willsalz commented 9 years ago

Why

It's kind-of-the whole point of Thrift Services.

How

cc @truncs

willsalz commented 9 years ago

I already have a sample project that's able to parse arbitrary Thrift IDL files and fill out some basic tempting e.g. Service Names, Method arguments, etc.