Package io.fria.lilo.subscription
Class SubscriptionGatewayHandler
java.lang.Object
io.fria.lilo.subscription.SubscriptionGatewayHandler
SubscriptionGatewayHandler manages websocket communication and handles the interaction between
Lilo itself.
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionGatewayHandler(@NotNull Lilo lilo) Constructs a handler instance using lilo -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(@Nullable WebSocketSessionWrapper session, @NotNull String message) voidhandleSessionClose(@Nullable WebSocketSessionWrapper session)
-
Constructor Details
-
SubscriptionGatewayHandler
Constructs a handler instance using lilo- Parameters:
lilo- global lilo instance
-
-
Method Details
-
handleMessage
public void handleMessage(@Nullable @Nullable WebSocketSessionWrapper session, @NotNull @NotNull String message) -
handleSessionClose
-