gatling-grpc-kt
gatling-grpc-kt
/
com.github.phisgr.gatling.kt.grpc
/
ListeningStream
Listening
Stream
sealed
class
ListeningStream
<
Status
,
C
:
StreamCall
<
*
,
*
,
Status
>
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
cancel
Stream
Link copied to clipboard
fun
cancelStream
(
)
:
ActionBuilder
Content copied to clipboard
reconciliate
Link copied to clipboard
fun
reconciliate
(
waitFor
:
WaitType
=
NO_WAIT
)
:
ActionBuilder
Content copied to clipboard
status
Link copied to clipboard
fun
status
(
session
:
Session
)
:
Status
Content copied to clipboard
Properties
direction
Link copied to clipboard
abstract
val
direction
:
String
Content copied to clipboard
request
Name
Link copied to clipboard
abstract
val
requestName
:
ExpressionS
<
String
>
Content copied to clipboard
stream
Name
Link copied to clipboard
abstract
val
streamName
:
String
Content copied to clipboard
Inheritors
ServerStream
Link copied to clipboard
BidiStream
Link copied to clipboard