Polishing

This commit is contained in:
Juergen Hoeller
2018-07-24 22:18:12 +02:00
parent 2e4f5a7923
commit 90d395edcf
3 changed files with 14 additions and 20 deletions

View File

@@ -54,14 +54,14 @@ public class MessageBrokerRegistry {
@Nullable
private String userDestinationPrefix;
private boolean preservePublishOrder;
@Nullable
private PathMatcher pathMatcher;
@Nullable
private Integer cacheLimit;
private boolean preservePublishOrder;
public MessageBrokerRegistry(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel) {
Assert.notNull(clientInboundChannel, "Inbound channel must not be null");