gatling-grpc-kt
gatling-grpc-kt
/
com.github.phisgr.gatling.kt.grpc.action
/
StreamSendBuilder
/
preSendAction
pre
Send
Action
inline
fun
preSendAction
(
crossinline
action
:
(
Clock
,
Req
,
Session
)
->
Unit
)
:
StreamSendBuilder
<
Req
>
Content copied to clipboard
fun
preSendAction
(
action
:
PreSendAction
<
Req
>
)
:
StreamSendBuilder
<
Req
>
Content copied to clipboard