We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8d928 commit 38fe834Copy full SHA for 38fe834
src/main/kotlin/com/example/stomp/StompEvents.kt
@@ -15,7 +15,7 @@ import org.springframework.web.socket.messaging.SessionConnectEvent
15
import org.springframework.web.socket.messaging.SessionDisconnectEvent
16
import java.util.concurrent.ConcurrentHashMap
17
18
-typealias SessionId = String
+internal typealias SessionId = String
19
// required to be thread safe
20
internal val sessionRepo = ConcurrentHashMap<SessionId, KeycloakAuthenticationToken>()
21
0 commit comments