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
/
RoutePostSelectEvent
Route
Post
Select
Event
data
class
RoutePostSelectEvent
(
val
context
:
RoutingContext
,
val
selectedBackendId
:
String
,
val
reason
:
RouteSelectionReason
)
:
Event
Members
Constructors
Route
Post
Select
Event
Link copied to clipboard
constructor
(
context
:
RoutingContext
,
selectedBackendId
:
String
,
reason
:
RouteSelectionReason
)
Properties
context
Link copied to clipboard
val
context
:
RoutingContext
reason
Link copied to clipboard
val
reason
:
RouteSelectionReason
selected
Backend
Id
Link copied to clipboard
val
selectedBackendId
:
String