Package org.apache.pekko.actor
Class Address$
java.lang.Object
org.apache.pekko.actor.Address$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.math.Ordering<Address>Addressordering type class, sorts addresses by protocol, name, host and port.Constructs a new Address with the specified protocol and system nameConstructs a new Address with the specified protocol, system name, host and portscala.util.matching.Regex
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Address$
public Address$()
-
-
Method Details
-
InvalidHostRegex
public scala.util.matching.Regex InvalidHostRegex() -
apply
Constructs a new Address with the specified protocol and system name -
apply
Constructs a new Address with the specified protocol, system name, host and port -
addressOrdering
Addressordering type class, sorts addresses by protocol, name, host and port. -
apply
-
unapply
-