Class ClientCacheService
java.lang.Object
ir.msob.jima.cloud.rsocket.gateway.server.ClientCacheService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ir.msob.jima.cloud.rsocket.commons.model.ClientInfo clientInfo) ir.msob.jima.cloud.rsocket.commons.model.ClientInfogetClientInfo(String clientId) voidremove(ir.msob.jima.cloud.rsocket.commons.model.ClientInfo clientInfo)
-
Constructor Details
-
ClientCacheService
public ClientCacheService()
-
-
Method Details
-
getClientInfo
-
add
public void add(ir.msob.jima.cloud.rsocket.commons.model.ClientInfo clientInfo) -
remove
public void remove(ir.msob.jima.cloud.rsocket.commons.model.ClientInfo clientInfo)
-