INT-1263, more MessageHistory related changes
This commit is contained in:
@@ -189,4 +189,7 @@ public class TcpOutboundGateway extends AbstractReplyProducingMessageHandler
|
||||
public void setReplyChannel(MessageChannel replyChannel) {
|
||||
this.setOutputChannel(replyChannel);
|
||||
}
|
||||
public String getComponentType(){
|
||||
return "ip:tcp-outbound-gateway";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,4 +85,7 @@ public class TcpReceivingChannelAdapter
|
||||
return false;
|
||||
}
|
||||
|
||||
public String getComponentType(){
|
||||
return "ip:tcp-inbound-channel-adapter";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -161,4 +161,7 @@ public class TcpSendingMessageHandler extends AbstractMessageHandler implements
|
||||
public void removeDeadConnection(TcpConnection connection) {
|
||||
connections.remove(connection.getConnectionId());
|
||||
}
|
||||
public String getComponentType(){
|
||||
return "ip:tcp-outbound-channel-adapter";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -342,4 +342,8 @@ public class UnicastSendingMessageHandler extends
|
||||
public void setTaskExecutor(Executor taskExecutor) {
|
||||
this.taskExecutor = taskExecutor;
|
||||
}
|
||||
|
||||
public String getComponentType(){
|
||||
return "ip:udp-outbound-channel-adapter";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user