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
Methods inherited from interface ch.colabproject.colab.generator.model.interfaces.WithJsonDiscriminator
getJsonDiscriminator
-
Method Details
-
getUrn
String getUrn()Get uniform resource name- Returns:
- uniform resource name
-