com.github.phisgr.gatling.kt.grpc.action.ServerStreamStartActionBuilder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gatling-grpc-kt Show documentation
Show all versions of gatling-grpc-kt Show documentation
Kotlin/Java binding for Gatling-gRPC
The newest version!
package com.github.phisgr.gatling.kt.grpc.action
import com.github.phisgr.gatling.grpc.action.ServerStreamStartActionBuilder as ServerStreamStartActionBuilderS
class ServerStreamStartActionBuilder(private val wrapped: ServerStreamStartActionBuilderS) :
StreamStartBuilder<
ServerStreamStartActionBuilder,
Req,
Res, ServerStreamStartActionBuilderS>() {
override fun asScala(): ServerStreamStartActionBuilderS = wrapped
@JvmSynthetic
override fun wrap(wrapped: ServerStreamStartActionBuilderS): ServerStreamStartActionBuilder =
ServerStreamStartActionBuilder(wrapped)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy