facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Add event handlers support #90

Closed alandau closed 11 years ago

alandau commented 11 years ago

{pre,post}{Read,Write(Exception)?} handlers are called at the appropriate times during request processing. getContext() is called first and it's return value is used as the context argument of the above calls.

andrewcox commented 11 years ago

I think this is good to go now