Grpc Protocol
sealed class GrpcProtocol<Self : GrpcProtocol<Self, Wrapped>, Wrapped : GrpcProtocol> : ProtocolBuilder
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Any> headerEL( key: Metadata.Key<T>, el: String, optional: Boolean = false): Self
Content copied to clipboard
fun <T : Any> headerEL( key: Metadata.Key<T>, el: String, optional: Boolean, clazz: Class<T>): Self
Content copied to clipboard
Java API. You have to provide the class of what type the el should evaluate to.