Constructor and Description |
---|
BoundAddressesExtension(ExtendedActorSystem system) |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.Map<java.lang.String,scala.collection.immutable.Set<Address>> |
boundAddresses()
Returns a mapping from a protocol to a set of bound addresses.
|
static BoundAddressesExtension |
createExtension(ExtendedActorSystem system) |
static BoundAddressesExtension |
get(ActorSystem system) |
static BoundAddressesExtension$ |
lookup() |
ExtendedActorSystem |
system() |
public BoundAddressesExtension(ExtendedActorSystem system)
public static BoundAddressesExtension get(ActorSystem system)
public static BoundAddressesExtension$ lookup()
public static BoundAddressesExtension createExtension(ExtendedActorSystem system)
public ExtendedActorSystem system()
public scala.collection.immutable.Map<java.lang.String,scala.collection.immutable.Set<Address>> boundAddresses()