Remove explicit call to afterSingletonsInstantiated
Closes gh-10286
This commit is contained in:
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…
Reference in New Issue