Skip to content

Commit

Permalink
Add doc about NettyToVertxHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Jun 26, 2015
1 parent 222fbf2 commit 14bf6a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public class PTrans {
private final Vertx vertx;
private final EventLoopGroup group;
private final EventLoopGroup workerGroup;
// Needed as long as some servers are still Netty-based
// Can be removed as soon as all servers are implemented on top of vertx
private final NettyToVertxHandler nettyToVertxHandler;

private String metricsSenderID;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
import io.vertx.core.eventbus.EventBus;

/**
* A channel used during transition from vanilla Netty to vertx 3. At the time of writing only collectd and graphite
* servers have been refactored. This class can be deleted as soon as all servers are implemented on top of vertx.
*
* @author Thomas Segismont
*/
@Sharable
Expand Down

0 comments on commit 14bf6a4

Please sign in to comment.