Remove explicit call to afterSingletonsInstantiated

Closes gh-10286
pull/10079/merge
Madhura Bhave 7 years ago
parent d7a73e70be
commit ad2f774033

@ -189,8 +189,6 @@ public class SpringIntegrationMetrics implements MeterBinder, SmartInitializingS
@Override @Override
public void afterSingletonsInstantiated() { public void afterSingletonsInstantiated() {
// FIXME better would be to use a BeanPostProcessor
this.configurer.afterSingletonsInstantiated();
this.registries.forEach((registry) -> { this.registries.forEach((registry) -> {
addChannelMetrics(registry); addChannelMetrics(registry);
addHandlerMetrics(registry); addHandlerMetrics(registry);

Loading…
Cancel
Save