Class WebSocketChannelBinding
java.lang.Object
io.github.springwolf.asyncapi.v3.model.ExtendableObject
io.github.springwolf.asyncapi.v3.bindings.ChannelBinding
io.github.springwolf.asyncapi.v3.bindings.websockets.WebSocketChannelBinding
When using WebSockets, the channel represents the connection. Unlike other protocols that support multiple virtual
channels (topics, routing keys, etc.) per connection, WebSockets doesn't support virtual channels or, put it another
way, there's only one channel and its characteristics are strongly related to the protocol used for the handshake, i.e., HTTP.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
extensionFields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.springwolf.asyncapi.v3.model.ExtendableObject
readExtensionProperty
-
Constructor Details
-
WebSocketChannelBinding
public WebSocketChannelBinding()
-