Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.event.routing
Package-level
declarations
Types
Types
Route
Post
Select
Event
Link copied to clipboard
data
class
RoutePostSelectEvent
(
val
context
:
RoutingContext
,
val
selectedBackendId
:
String
,
val
reason
:
RouteSelectionReason
)
:
Event
Route
Pre
Select
Event
Link copied to clipboard
data
class
RoutePreSelectEvent
(
val
context
:
RoutingContext
,
val
decision
:
RoutingDecision
)
:
Event