Class and Description |
---|
org.springframework.cloud.stream.binding.BinderAwareChannelResolver
As of 3.0.0 in favor if providing `spring.cloud.stream.sendto.destination` property.
This is primarily for function-based programming model. For StreamListener it would still be
required and thus will stay until we deprecate and eventually discontinue StreamListener
and annotation-based programming model.
|
Annotation Type and Description |
---|
org.springframework.cloud.stream.annotation.EnableBinding
as of 3.1 in favor of functional programming model
|
org.springframework.cloud.stream.annotation.Input
as of 3.1 in favor of functional programming model
|
org.springframework.cloud.stream.annotation.Output
as of 3.1 in favor of functional programming model
|
org.springframework.cloud.stream.annotation.StreamListener
as of 3.1 in favor of functional programming model
|
org.springframework.cloud.stream.annotation.StreamMessageConverter
as of 3.0 and is not used by the framework anymore.
|
Method and Description |
---|
org.springframework.cloud.stream.config.BindingServiceProperties.getSource()
in favor of
BindingServiceProperties.getOutputBindings() |
org.springframework.cloud.stream.config.BindingServiceProperties.setSource(String)
in favor of
#setOutputBindings() |
Constructor and Description |
---|
org.springframework.cloud.stream.binder.PartitionHandler(EvaluationContext, ProducerProperties, PartitionKeyExtractorStrategy, PartitionSelectorStrategy)
since 3.0.2. Please use another constructor which allows you to pass an instance of beanFactory
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.