gatling-grpc-kt
gatling-grpc-kt
/
com.github.phisgr.gatling.kt.grpc
/
BidiStream
/
send
send
fun
send
(
el
:
String
)
:
StreamSendBuilder
<
Req
>
Content copied to clipboard
fun
send
(
body
:
Req
)
:
StreamSendBuilder
<
Req
>
Content copied to clipboard
fun
send
(
f
:
Function
<
Session
,
Req
>
)
:
StreamSendBuilder
<
Req
>
Content copied to clipboard
inline
fun
send
(
crossinline
f
:
(
Session
)
->
Req
)
:
StreamSendBuilder
<
Req
>
Content copied to clipboard