Package reactor.netty

Interface ConnectionObserver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ConnectionObserver
Event listeners for connection lifecycle. A normal event cycle is as follows :
  1. onUncaughtException
  2. onStateChange
Since:
0.8
Author:
Stephane Maldini