ServerBinding
org.apache.pekko.stream.scaladsl.Tcp.ServerBinding
Represents a successful TCP server binding.
Not indented for user construction
Value parameters
- localAddress
-
The address the server was bound to
- unbindAction
-
a function that will trigger unbind of the server
- whenUnbound
-
A future that is completed when the server is unbound, or failed if the server binding fails
Attributes
- Source
- Tcp.scala
- Graph
-
- Supertypes
Members list
In this article