Ejemplo n.º 1
0
 @Override
 public void onOutbound(OutboundInterceptorContext context) throws Exception {
   responseCounter.incrementAndGet();
   super.onOutbound(context);
 }