@Beta @Immutable public class TransportEndpointId extends Identifier<java.lang.String>
Identifier will be assigned by the implementation of this Behaviour. It must be unique within the Device.
identifier
Modifier | Constructor and Description |
---|---|
protected |
TransportEndpointId() |
protected |
TransportEndpointId(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static TransportEndpointId |
of(java.lang.String id)
Creates a
TransportEndpointId from given String. |
equals, hashCode, id, toString
protected TransportEndpointId(java.lang.String id)
protected TransportEndpointId()
public static TransportEndpointId of(java.lang.String id)
TransportEndpointId
from given String.id
- identifier expressed in StringTransportEndpointId