Class RefreshSession
- java.lang.Object
-
- org.eclipse.ditto.services.gateway.streaming.RefreshSession
-
public class RefreshSession extends Object
Simple event which signals that a websocket session should be refreshed.
-
-
Constructor Summary
Constructors Constructor Description RefreshSession(String correlationId, Instant sessionTimeout, org.eclipse.ditto.model.base.auth.AuthorizationContext authorizationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.ditto.model.base.auth.AuthorizationContextgetAuthorizationContext()StringgetCorrelationId()InstantgetSessionTimeout()
-