All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lspace.services.rest.security.WithSse.scala Maven / Gradle / Ivy

package lspace.services.rest.security

import argonaut.Json
import com.twitter.util.Promise
import io.finch.ServerSentEvent

trait WithSse {
  var sse: Option[Promise[ServerSentEvent[Json]]] = None
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy