Skip to content

Commit

Permalink
added direct link to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KammererTob committed Jul 6, 2023
1 parent ffe33ff commit 332c9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This table shows all available options in `StompConfig`
| heartbeatIncoming: Duration | Time duration between incoming heartbeat messages. Set to 0 ms to not receive any heartbeats. The default value is 5 seconds |
| connectionTimeout: Duration | Time duration it waits until a connection attempt is aborted. Set to 0 ms to not set a timeout. The default value is 0 ms |
| stompConnectHeaders: Map<String, String> | Optional header values which will be used on the STOMP connect frame |
| webSocketConnectHeaders: Map<String, dynamic>| Optional header values which will be used when connecting to the underlying WebSocket (not supported in Web) |
| webSocketConnectHeaders: Map<String, dynamic>| Optional header values which will be used when connecting to the underlying WebSocket [(not supported in Web)](#token-authentication-browser-based-clients) |
| beforeConnect: Future<void> Function() | An async function which will be awaited before a connection is established |
| onConnect: Function(StompFrame) | Function to be called when the client successfully connects to the server |
| onDisconnect: Function(StompFrame) | Function to be called when the client disconnects expectedly |
Expand Down

0 comments on commit 332c9f3

Please sign in to comment.