Package | Description |
---|---|
net.jodah.lyra.config | |
net.jodah.lyra.event |
Modifier and Type | Method and Description |
---|---|
Collection<ConnectionListener> |
ConnectionConfig.getConnectionListeners()
Returns the connection's listeners else empty list if none were configured.
|
Collection<ConnectionListener> |
Config.getConnectionListeners() |
Modifier and Type | Method and Description |
---|---|
ConnectionConfig |
ConnectionConfig.withConnectionListeners(ConnectionListener... connectionListeners)
Sets the
connectionListeners to call on connection related events. |
Config |
Config.withConnectionListeners(ConnectionListener... connectionListeners) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionListener
No-op connection listener for sub-classing.
|
Copyright © 2016. All rights reserved.