Polishing
This commit is contained in:
@@ -129,11 +129,6 @@ public abstract class AbstractBrokerMessageHandler
|
||||
return this.destinationPrefixes;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setApplicationEventPublisher(@Nullable ApplicationEventPublisher publisher) {
|
||||
this.eventPublisher = publisher;
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether the client must receive messages in the order of publication.
|
||||
* <p>By default messages sent to the {@code "clientOutboundChannel"} may
|
||||
@@ -159,6 +154,11 @@ public abstract class AbstractBrokerMessageHandler
|
||||
return this.preservePublishOrder;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setApplicationEventPublisher(@Nullable ApplicationEventPublisher publisher) {
|
||||
this.eventPublisher = publisher;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public ApplicationEventPublisher getApplicationEventPublisher() {
|
||||
return this.eventPublisher;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user