Generated by
JDiff

Class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry

Added Methods
int getCacheLimit() Return the maximum number of entries for the resolved destination cache.
void setCacheLimit(int) Specify the maximum number of entries for the resolved destination cache.
 

Changed Methods
PathMatcher getPathMatcher() Change in return type from AntPathMatcher to PathMatcher.
The configured PathMatcher.
void setPathMatcher(PathMatcher) Change in signature from AntPathMatcher to PathMatcher.
The PathMatcher to use.
 

Added Fields
int DEFAULT_CACHE_LIMIT Default maximum number of entries for the destination cache: 1024