services

@JvmName(name = "getServiceGraphResponseService")
fun Flow<GetServiceGraphResponse>.services(): Flow<Service>

This paginator transforms the flow returned by getServiceGraphPaginated to access the nested member Service

Return

A kotlinx.coroutines.flow.Flow that can collect Service


@JvmName(name = "getTraceGraphResponseService")
fun Flow<GetTraceGraphResponse>.services(): Flow<Service>

This paginator transforms the flow returned by getTraceGraphPaginated to access the nested member Service

Return

A kotlinx.coroutines.flow.Flow that can collect Service