Example #1
0
 @Override
 public void openInboundChannel() {
   if (!connectionManager.isAlive()) connectionManager.start();
   super.openInboundChannel();
 }