A
B
C
D
F
G
I
J
K
M
O
P
R
S
U
O
- on400Error(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin/IllegalArgumentException///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/IllegalArgumentException///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in dev.pitlor.gamekit_spring_boot_starter.BaseController
- There are various
requirecalls in the application. - on500Error(TypeAliased(typeAlias=GenericTypeConstructor(dri=kotlin/IllegalStateException///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=GenericTypeConstructor(dri=java.lang/IllegalStateException///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})))) - function in dev.pitlor.gamekit_spring_boot_starter.BaseController
- There are various
checkcalls in the application. - onConnect(SessionConnectEvent) - function in dev.pitlor.gamekit_spring_boot_starter.BaseController
- We listen for "onConnect" events to update the "connected" setting on the user, which (if implemented) updates indicators in the client, and, if this user is the admin of a game, lets the client know if/when users can claim the admin spot
- onDisconnect(SessionDisconnectEvent) - function in dev.pitlor.gamekit_spring_boot_starter.BaseController
- We listen for "onDisconnect" events to update the "connected" setting on the user, which (if implemented) updates indicators in the client, and, if this user is the admin of a game, lets the client know if/when users can claim the admin spot