- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.ServiceAddress
-
- All Implemented Interfaces:
Debug
public final class ServiceAddress extends CellAddress implements Debug
-
-
Constructor Summary
Constructors Constructor Description ServiceAddress(String serviceName)
-
Method Summary
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
-
from
public static ServiceAddress from(String serviceName)
-
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.
-
-