*/publicS channelTransacted(booleantransactional){this.target.setChannelTransacted(transactional);return_this();} 代码来源:spring-projects/spring-integration AmqpChannelFactoryBean.createContainer() privateAbstractMessageListenerContainercreateContainer()throwsException{AbstractMessageListenerContainercontainer;if(this.c...
方法名:setChannelTransacted RabbitTemplate.setChannelTransacted介绍 暂无 代码示例 代码示例来源:origin: spring-projects/spring-integration public void setTemplateChannelTransacted(boolean channelTransacted) { if (this.amqpTemplate instanceof RabbitTemplate) { ((RabbitTemplate) this.amqpTemplate).setChannelTransa...
方法名:setChannelTransacted SimpleMessageListenerContainer.setChannelTransacted介绍 暂无 代码示例 代码示例来源:origin: org.springframework.integration/spring-integration-java-dsl /** * @param transactional true for transactional channels. * @return the spec. * @see SimpleMessageListenerContainer#setChannelTr...