- java.lang.Object
-
- swim.runtime.ServiceAddress
-
- All Implemented Interfaces:
Debug,CellAddress
public final class ServiceAddress extends Object implements CellAddress, Debug
-
-
Constructor Summary
Constructors Constructor Description ServiceAddress(String serviceName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)static ServiceAddressfrom(String serviceName)inthashCode()StringserviceName()ServiceAddressserviceName(String serviceName)StringtoString()
-
-
-
Constructor Detail
-
ServiceAddress
public ServiceAddress(String serviceName)
-
-
Method Detail
-
serviceName
public String serviceName()
-
serviceName
public ServiceAddress serviceName(String serviceName)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
from
public static ServiceAddress from(String serviceName)
-
-