Package io.quarkus.grpc.runtime.stork
Interface StorkMeasuringCollector
-
- All Known Implementing Classes:
AbstractStorkMeasuringCall,StorkMeasuringCall
interface StorkMeasuringCollector
-
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.Context.Key<Boolean>STORK_MEASURE_TIMEstatic io.grpc.Context.Key<AtomicReference<io.smallrye.stork.api.ServiceInstance>>STORK_SERVICE_INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecordEnd(Throwable error)voidrecordReply()
-
-
-
Field Detail
-
STORK_SERVICE_INSTANCE
static final io.grpc.Context.Key<AtomicReference<io.smallrye.stork.api.ServiceInstance>> STORK_SERVICE_INSTANCE
-
STORK_MEASURE_TIME
static final io.grpc.Context.Key<Boolean> STORK_MEASURE_TIME
-
-
Method Detail
-
recordReply
void recordReply()
-
recordEnd
void recordEnd(Throwable error)
-
-