Class Address$

java.lang.Object
org.apache.pekko.actor.Address$
All Implemented Interfaces:
Serializable

public class Address$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

      public static final Address$ 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

      public Address apply(String protocol, String system)
      Constructs a new Address with the specified protocol and system name
    • apply

      public Address apply(String protocol, String system, String host, int port)
      Constructs a new Address with the specified protocol, system name, host and port
    • addressOrdering

      public scala.math.Ordering<Address> addressOrdering()
      Address ordering type class, sorts addresses by protocol, name, host and port.
    • apply

      public Address apply(String protocol, String system, scala.Option<String> host, scala.Option<Object> port)
    • unapply

      public scala.Option<scala.Tuple4<String,String,scala.Option<String>,scala.Option<Object>>> unapply(Address x$0)