Polishing

Issue: SPR-13633
This commit is contained in:
Stephane Nicoll
2015-11-02 20:35:41 +01:00
parent bdb71e91ad
commit 77af692e5e

View File

@@ -79,6 +79,7 @@ public class JmsListenerEndpointRegistry implements DisposableBean, SmartLifecyc
/**
* Return the ids of the managed {@link MessageListenerContainer} instance(s).
* @see #getListenerContainer(String)
* @since 4.2.3
*/
public Set<String> getListenerContainerIds() {
return Collections.unmodifiableSet(this.listenerContainers.keySet());