Package akka.remote
Class BoundAddressesExtension
- java.lang.Object
-
- akka.remote.BoundAddressesExtension
-
-
Constructor Summary
Constructors Constructor Description BoundAddressesExtension(ExtendedActorSystem system)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
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 boolean
equals(java.lang.Object other)
static BoundAddressesExtension
get(ActorSystem system)
static BoundAddressesExtension
get(ClassicActorSystemProvider system)
static int
hashCode()
static BoundAddressesExtension$
lookup()
ExtendedActorSystem
system()
-
-
-
Constructor Detail
-
BoundAddressesExtension
public BoundAddressesExtension(ExtendedActorSystem system)
-
-
Method Detail
-
get
public static BoundAddressesExtension get(ActorSystem system)
-
get
public static BoundAddressesExtension get(ClassicActorSystemProvider system)
-
lookup
public static BoundAddressesExtension$ lookup()
-
createExtension
public static BoundAddressesExtension createExtension(ExtendedActorSystem system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
system
public ExtendedActorSystem system()
-
boundAddresses
public 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.
-
-