* GH-3386: Add method signature for gateway proxy Fixes https://github.com/spring-projects/spring-integration/issues/3386 All the gateway proxy method invokers are supplied with the same bean name inherited from the proxy. * Add method signature for proxy method bean to fine-grain the management for those bean in the logs, message history and metrics * * Use `Class.getSimpleName()` instead to make gateway names less verbose