Removed the getMessageExchangeTemplate() method from the MessageEndpoint interface.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package org.springframework.integration.endpoint;
|
||||
|
||||
import org.springframework.integration.message.MessageExchangeTemplate;
|
||||
import org.springframework.integration.message.MessageSource;
|
||||
import org.springframework.integration.message.MessageTarget;
|
||||
import org.springframework.integration.scheduling.Schedule;
|
||||
@@ -44,6 +43,4 @@ public interface MessageEndpoint extends MessageTarget {
|
||||
|
||||
String getOutputChannelName();
|
||||
|
||||
MessageExchangeTemplate getMessageExchangeTemplate();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user