Polishing
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user