public interface ConnectionExecutionListener
Connection and the reachable data comes with the risk, that
your custom implementation will face changes.| Modifier and Type | Method and Description |
|---|---|
void |
afterExecution(Connection connection)
Callback, after a executor processed a connection.
|
void |
beforeExecution(Connection connection)
Callback, when a executor begin processing a connection.
|
void |
updateExecution(Connection connection)
Callback, when a connection changed its state.
|
void beforeExecution(Connection connection)
connection - connectionvoid updateExecution(Connection connection)
connection - connectionvoid afterExecution(Connection connection)
connection - connectionCopyright © 2023 Eclipse Foundation. All rights reserved.