INT-4080: Add TcpConnectionFailedEvent

JIRA: https://jira.spring.io/browse/INT-4080
This commit is contained in:
Gary Russell
2016-07-26 11:15:48 -04:00
committed by Artem Bilan
parent 5d19f380a9
commit 6eba49c625
4 changed files with 82 additions and 2 deletions

View File

@@ -464,6 +464,9 @@ connect to the socket.
IMPORTANT: To avoid delaying the listening thread from accepting connections, the event is published on a separate
thread.
Starting with _version 4.3.2_, a `TcpConnectionFailedEvent` is emitted whenever a client connection can't be created.
The source of the event is the connection factory which can be used to determine the host and port to which the connection could not be established.
[[tcp-adapters]]
=== TCP Adapters