NodeAddress

org.elasticmq.NodeAddress
case class NodeAddress(protocol: String, host: String, port: Int, contextPath: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def contextPathStripped: String
def fullAddress: String
def hostAndPort: String
def isWildcard: Boolean
def suffix: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product