@Beta @Immutable public class TransportEndpointId extends Identifier<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(String id) |
Modifier and Type | Method and Description |
---|---|
static TransportEndpointId |
of(String id)
Creates a
TransportEndpointId from given String. |
equals, hashCode, id, toString
protected TransportEndpointId(String id)
protected TransportEndpointId()
public static TransportEndpointId of(String id)
TransportEndpointId
from given String.id
- identifier expressed in StringTransportEndpointId