Static Grpc Protocol
class StaticGrpcProtocol(wrapped: StaticGrpcProtocol) : GrpcProtocol<StaticGrpcProtocol, StaticGrpcProtocol>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : Any> header( key: Metadata.Key<T>, optional: Boolean = false, value: Function<Session, T?>): StaticGrpcProtocol
Content copied to clipboard
Link copied to clipboard
inline fun <T : Any> headerEL( key: Metadata.Key<T>, el: String, optional: Boolean = false): StaticGrpcProtocol
Content copied to clipboard
fun <T : Any> headerEL( key: Metadata.Key<T>, el: String, optional: Boolean, clazz: Class<T>): StaticGrpcProtocol
Content copied to clipboard
Java API. You have to provide the class of what type the el should evaluate to.
Link copied to clipboard
Link copied to clipboard
fun <T> warmUpCall(method: MethodDescriptor<T, *>, req: T): StaticGrpcProtocol
Content copied to clipboard