Package io.qameta.allure.grpc
Class AllureGrpc
java.lang.Object
io.qameta.allure.grpc.AllureGrpc
- All Implemented Interfaces:
io.grpc.ClientInterceptor
Allure interceptor logger for gRPC.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,A> io.grpc.ClientCall<T, A> interceptCall(io.grpc.MethodDescriptor<T, A> method, io.grpc.CallOptions callOptions, io.grpc.Channel next) interceptResponseMetadata(boolean value) markStepFailedOnNonZeroCode(boolean value) setRequestTemplate(String templatePath) setResponseTemplate(String templatePath)
-
Constructor Details
-
AllureGrpc
public AllureGrpc()
-
-
Method Details
-
setRequestTemplate
-
setResponseTemplate
-
markStepFailedOnNonZeroCode
-
interceptResponseMetadata
-
interceptCall
public <T,A> io.grpc.ClientCall<T,A> interceptCall(io.grpc.MethodDescriptor<T, A> method, io.grpc.CallOptions callOptions, io.grpc.Channel next) - Specified by:
interceptCallin interfaceio.grpc.ClientInterceptor
-