Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-devtools
/
io.github.syrou.reaktiv.devtools.protocol
/
DevToolsMessage
/
LogicMethodStarted
Logic
Method
Started
@
Serializable
data
class
LogicMethodStarted
(
val
clientId
:
String
,
val
timestamp
:
Long
,
val
callId
:
String
,
val
logicClass
:
String
,
val
methodName
:
String
,
val
params
:
Map
<
String
,
String
>
,
val
sourceFile
:
String
?
=
null
,
val
lineNumber
:
Int
?
=
null
,
val
githubSourceUrl
:
String
?
=
null
)
:
DevToolsMessage
(
source
)
Sent when a traced logic method starts execution.
Members
Constructors
Logic
Method
Started
Link copied to clipboard
constructor
(
clientId
:
String
,
timestamp
:
Long
,
callId
:
String
,
logicClass
:
String
,
methodName
:
String
,
params
:
Map
<
String
,
String
>
,
sourceFile
:
String
?
=
null
,
lineNumber
:
Int
?
=
null
,
githubSourceUrl
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
call
Id
Link copied to clipboard
val
callId
:
String
client
Id
Link copied to clipboard
val
clientId
:
String
github
Source
Url
Link copied to clipboard
val
githubSourceUrl
:
String
?
=
null
line
Number
Link copied to clipboard
val
lineNumber
:
Int
?
=
null
logic
Class
Link copied to clipboard
val
logicClass
:
String
method
Name
Link copied to clipboard
val
methodName
:
String
params
Link copied to clipboard
val
params
:
Map
<
String
,
String
>
source
File
Link copied to clipboard
val
sourceFile
:
String
?
=
null
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
to
Captured
Link copied to clipboard
fun
toCaptured
(
)
:
CapturedLogicStart