- java.lang.Object
-
- swim.system.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 static ServiceAddress
create(String serviceName)
<T> Output<T>
debug(Output<T> output)
Writes a developer readable, debug-formatted string representation of this object tooutput
.boolean
equals(Object other)
int
hashCode()
String
serviceName()
ServiceAddress
serviceName(String serviceName)
String
toString()
-
-
-
Constructor Detail
-
ServiceAddress
public ServiceAddress(String serviceName)
-
-
Method Detail
-
serviceName
public String serviceName()
-
serviceName
public ServiceAddress serviceName(String serviceName)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
create
public static ServiceAddress create(String serviceName)
-
-