Class AgentRpcInterceptorsAutoConfiguration
java.lang.Object
com.netflix.genie.web.spring.autoconfigure.agent.apis.rpc.v4.interceptors.AgentRpcInterceptorsAutoConfiguration
Spring Auto Configuration for default
ServerInterceptor implementations for the Genie gRPC services.- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn interceptor which writes requests to the logs.
-
Constructor Details
-
AgentRpcInterceptorsAutoConfiguration
public AgentRpcInterceptorsAutoConfiguration()
-
-
Method Details
-
simpleLoggingInterceptor
@Bean @ConditionalOnMissingBean(SimpleLoggingInterceptor.class) @Order public SimpleLoggingInterceptor simpleLoggingInterceptor()An interceptor which writes requests to the logs.- Returns:
- Instance of
SimpleLoggingInterceptor
-