Uses of Class
com.alibaba.cloud.stream.binder.rocketmq.properties.RocketMQConsumerProperties
Packages that use RocketMQConsumerProperties
Package
Description
-
Uses of RocketMQConsumerProperties in com.alibaba.cloud.stream.binder.rocketmq
Methods in com.alibaba.cloud.stream.binder.rocketmq that return RocketMQConsumerPropertiesModifier and TypeMethodDescriptionRocketMQMessageChannelBinder.getExtendedConsumerProperties(String channelName) Method parameters in com.alibaba.cloud.stream.binder.rocketmq with type arguments of type RocketMQConsumerPropertiesModifier and TypeMethodDescriptionprotected org.springframework.integration.core.MessageProducerRocketMQMessageChannelBinder.createConsumerEndpoint(org.springframework.cloud.stream.provisioning.ConsumerDestination destination, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> extendedConsumerProperties) protected org.springframework.cloud.stream.binder.AbstractMessageChannelBinder.PolledConsumerResourcesRocketMQMessageChannelBinder.createPolledConsumerResources(String name, String group, org.springframework.cloud.stream.provisioning.ConsumerDestination destination, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> extendedConsumerProperties) protected org.springframework.messaging.MessageHandlerRocketMQMessageChannelBinder.getPolledConsumerErrorMessageHandler(org.springframework.cloud.stream.provisioning.ConsumerDestination destination, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> properties) -
Uses of RocketMQConsumerProperties in com.alibaba.cloud.stream.binder.rocketmq.integration.inbound
Method parameters in com.alibaba.cloud.stream.binder.rocketmq.integration.inbound with type arguments of type RocketMQConsumerPropertiesModifier and TypeMethodDescriptionstatic org.apache.rocketmq.client.consumer.DefaultLitePullConsumerRocketMQConsumerFactory.initPullConsumer(String topic, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> extendedConsumerProperties) todo Compatible with versions less than 4.6 ?static org.apache.rocketmq.client.consumer.DefaultMQPushConsumerRocketMQConsumerFactory.initPushConsumer(org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> extendedConsumerProperties) Constructor parameters in com.alibaba.cloud.stream.binder.rocketmq.integration.inbound with type arguments of type RocketMQConsumerPropertiesModifierConstructorDescriptionRocketMQInboundChannelAdapter(String topic, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> extendedConsumerProperties) -
Uses of RocketMQConsumerProperties in com.alibaba.cloud.stream.binder.rocketmq.integration.inbound.pull
Constructor parameters in com.alibaba.cloud.stream.binder.rocketmq.integration.inbound.pull with type arguments of type RocketMQConsumerPropertiesModifierConstructorDescriptionRocketMQMessageSource(String name, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> extendedConsumerProperties) -
Uses of RocketMQConsumerProperties in com.alibaba.cloud.stream.binder.rocketmq.properties
Methods in com.alibaba.cloud.stream.binder.rocketmq.properties that return RocketMQConsumerPropertiesModifier and TypeMethodDescriptionRocketMQSpecificPropertiesProvider.getConsumer()RocketMQConsumerProperties.setConsumeFromWhere(org.apache.rocketmq.common.consumer.ConsumeFromWhere consumeFromWhere) RocketMQConsumerProperties.setConsumeMaxSpan(int consumeMaxSpan) RocketMQConsumerProperties.setConsumeTimestamp(String consumeTimestamp) RocketMQConsumerProperties.setMessageModel(String messageModel) RocketMQConsumerProperties.setPull(RocketMQConsumerProperties.Pull pull) RocketMQConsumerProperties.setPullBatchSize(int pullBatchSize) RocketMQConsumerProperties.setPullThresholdForQueue(int pullThresholdForQueue) RocketMQConsumerProperties.setPullThresholdSizeForQueue(int pullThresholdSizeForQueue) RocketMQConsumerProperties.setPullTimeDelayMillsWhenException(long pullTimeDelayMillsWhenException) Methods in com.alibaba.cloud.stream.binder.rocketmq.properties with parameters of type RocketMQConsumerPropertiesModifier and TypeMethodDescriptionvoidRocketMQSpecificPropertiesProvider.setConsumer(RocketMQConsumerProperties consumer) -
Uses of RocketMQConsumerProperties in com.alibaba.cloud.stream.binder.rocketmq.provisioning
Method parameters in com.alibaba.cloud.stream.binder.rocketmq.provisioning with type arguments of type RocketMQConsumerPropertiesModifier and TypeMethodDescriptionorg.springframework.cloud.stream.provisioning.ConsumerDestinationRocketMQTopicProvisioner.provisionConsumerDestination(String name, String group, org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RocketMQConsumerProperties> properties)