set Channel
fun setChannel(createBuilder: Function<Session, ManagedChannelBuilder<*>>): ActionBuilder
Content copied to clipboard
inline fun setChannel(crossinline createBuilder: (Session) -> ManagedChannelBuilder<*>): ActionBuilder
Content copied to clipboard