Class GraphQLBrokerMessageHandler.SessionInfo
- java.lang.Object
-
- org.activiti.cloud.services.notifications.graphql.ws.transport.GraphQLBrokerMessageHandler.SessionInfo
-
- Enclosing class:
- GraphQLBrokerMessageHandler
protected static class GraphQLBrokerMessageHandler.SessionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SessionInfo(String sessiondId, Principal user, long[] clientHeartbeat, long[] serverHeartbeat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLastReadTime()longgetLastWriteTime()longgetReadInterval()StringgetSessiondId()PrincipalgetUser()longgetWriteInterval()voidsetLastReadTime(long lastReadTime)voidsetLastWriteTime(long lastWriteTime)
-
-
-
Method Detail
-
getSessiondId
public String getSessiondId()
-
getUser
public Principal getUser()
-
getReadInterval
public long getReadInterval()
-
getWriteInterval
public long getWriteInterval()
-
getLastReadTime
public long getLastReadTime()
-
setLastReadTime
public void setLastReadTime(long lastReadTime)
-
getLastWriteTime
public long getLastWriteTime()
-
setLastWriteTime
public void setLastWriteTime(long lastWriteTime)
-
-