Fixes https://github.com/spring-projects/spring-integration/issues/2733 `AbstractMessageChannel` exception meters caused a memory leak because they are stored in a `Set` for destruction purposes but did not implement `hashCode` and `equals`. Add `hashCode()` and `equals()` to all meter facades, delegating to the underlying Micrometer objects.