@Configuration
public class AgentRpcInterceptorsAutoConfiguration
extends java.lang.Object
ServerInterceptor implementations for the Genie gRPC services.| Constructor and Description |
|---|
AgentRpcInterceptorsAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SimpleLoggingInterceptor |
simpleLoggingInterceptor()
An interceptor which writes requests to the logs.
|
public AgentRpcInterceptorsAutoConfiguration()
@Bean @ConditionalOnMissingBean(value=SimpleLoggingInterceptor.class) @Order public SimpleLoggingInterceptor simpleLoggingInterceptor()
SimpleLoggingInterceptor