io.frontroute.RouteResult.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of frontroute_sjs1_3.0.0-RC1 Show documentation
Show all versions of frontroute_sjs1_3.0.0-RC1 Show documentation
Router library based for Laminar with DSL inspired by Akka HTTP.
The newest version!
package io.frontroute
import com.raquo.airstream.core.EventStream
sealed trait RouteResult extends Product with Serializable
object RouteResult {
final case class Complete(state: RoutingState, action: EventStream[() => Unit]) extends RouteResult
case object Rejected extends RouteResult
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy