public final class FiberId extends Object
A FiberId contains two names: the domain and the name. The domain and name may be represented as a single string by separating them with a colon (:).
FiberId
:
FiberId(String domain, String name)
boolean
equals(Object o)
String
getDomain()
getName()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public FiberId(@Nonnull String domain, @Nonnull String name)
public String getName()
public String getDomain()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode