Package io.quarkus.websockets.next
Interface WebSocketsServerRuntimeConfig.DevMode
- Enclosing interface:
- WebSocketsServerRuntimeConfig
public static interface WebSocketsServerRuntimeConfig.DevMode
-
Method Summary
Modifier and TypeMethodDescriptionlongThe limit of messages kept for a Dev UI connection.
-
Method Details
-
connectionMessagesLimit
@WithDefault("1000") long connectionMessagesLimit()The limit of messages kept for a Dev UI connection. If less than zero then no messages are stored and sent to the Dev UI view.
-