- java.lang.Object
-
- swim.runtime.EdgeAddress
-
- All Implemented Interfaces:
Debug,CellAddress,EdgeAddressed
public final class EdgeAddress extends Object implements EdgeAddressed, Debug
-
-
Constructor Summary
Constructors Constructor Description EdgeAddress(String edgeName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeAddresscreate(String edgeName)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.StringedgeName()EdgeAddressedgeName(String edgeName)booleanequals(Object other)inthashCode()MeshAddressmeshUri(String meshUri)MeshAddressmeshUri(Uri meshUri)StringtoString()
-
-
-
Constructor Detail
-
EdgeAddress
public EdgeAddress(String edgeName)
-
-
Method Detail
-
edgeName
public String edgeName()
- Specified by:
edgeNamein interfaceEdgeAddressed
-
edgeName
public EdgeAddress edgeName(String edgeName)
-
meshUri
public MeshAddress meshUri(Uri meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed
-
meshUri
public MeshAddress meshUri(String meshUri)
- Specified by:
meshUriin interfaceEdgeAddressed
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static EdgeAddress create(String edgeName)
-
-