Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-introspection
/
io.github.syrou.reaktiv.introspection.protocol
/
CapturedLogicStart
Captured
Logic
Start
@
Serializable
data
class
CapturedLogicStart
(
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
)
Represents a captured logic method start event.
Members
Constructors
Captured
Logic
Start
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
)
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