Loading

kreuzberg.extras.SimpleRouter.RoutingState.Loading
case class Loading(url: UrlResource, route: Route, invocation: Identifier) extends RoutingState

Loading the next state.

Value parameters

invocation

an id to correlate result to loading, otherwise we may overwrite forwarded states.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RoutingState
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product