Interface WebsocketChannel
-
- All Superinterfaces:
Serializable
,ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
- All Known Implementing Classes:
BlockChannel
,BroadcastChannel
,ProjectContentChannel
,UserChannel
public interface WebsocketChannel extends ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
Channels between clients and servers.- Author:
- maxence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUrn()
Get uniform resource name
-
-
-
Method Detail
-
getUrn
String getUrn()
Get uniform resource name- Returns:
- uniform resource name
-
-