issues
search
uber
/
tchannel-java
A Java implementation of the TChannel protocol.
MIT License
134
stars
65
forks
source link
Extract logic from Builder and change executor usage
#159
Closed
ayurchuk
closed
7 years ago
ayurchuk
commented
7 years ago
Updated
TChannel
class:
executorService
was not used from Builder and not from
TChannel
object;
moved bootstrap logic out of
Builder
class;
added some static imports for constants.
Updated
TChannel
class:executorService
was not used from Builder and not fromTChannel
object;Builder
class;