291292293294295296297
} @Bean @ConditionalOnBean(YarnContainerClusterEndpoint.class) public YarnContainerClusterMvcEndpoint yarnContainerClusterMvcEndpoint(YarnContainerClusterEndpoint delegate) { return new YarnContainerClusterMvcEndpoint(delegate); }