Class RefreshSession


  • public class RefreshSession
    extends Object
    Simple event which signals that a websocket session should be refreshed.
    • Constructor Detail

      • RefreshSession

        public RefreshSession​(String correlationId,
                              Instant sessionTimeout,
                              org.eclipse.ditto.model.base.auth.AuthorizationContext authorizationContext)
    • Method Detail

      • getCorrelationId

        public String getCorrelationId()
      • getSessionTimeout

        public Instant getSessionTimeout()
      • getAuthorizationContext

        public org.eclipse.ditto.model.base.auth.AuthorizationContext getAuthorizationContext()