mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Change exception msg.
This commit is contained in:
parent
7073be1186
commit
3ad57fb7bf
@ -181,21 +181,12 @@ public class RocketMQMessageChannelBinder extends
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The abstract binder should not call this method.
|
||||
* @param destination
|
||||
* @param producerProperties
|
||||
* @param errorChannel
|
||||
* @return
|
||||
* @throws Exception
|
||||
* @see RocketMQMessageChannelBinder#createProducerMessageHandler(ProducerDestination,
|
||||
* ExtendedProducerProperties, MessageChannel, MessageChannel)
|
||||
*/
|
||||
@Override
|
||||
protected MessageHandler createProducerMessageHandler(ProducerDestination destination,
|
||||
ExtendedProducerProperties<RocketMQProducerProperties> producerProperties,
|
||||
MessageChannel errorChannel) throws Exception {
|
||||
throw new UnsupportedOperationException();
|
||||
throw new UnsupportedOperationException(
|
||||
"The abstract binder should not call this method");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user