Skip to content

Commit cd0d03e

Browse files
authored
Fix sentence error in the overview.adoc
Fix a mistake in a sentence about EIP components and `BeanPostProcessor`
1 parent 291fe34 commit cd0d03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/overview.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ Its main implementations are:
595595
* `EventDrivenConsumer`, used when we subscribe to a `SubscribableChannel` to listen for messages.
596596
* `PollingConsumer`, used when we poll for messages from a `PollableChannel`.
597597

598-
When you use messaging annotations or the Java DSL, you need to worry about these components, because the Framework automatically produces them with appropriate annotations and `BeanPostProcessor` implementations.
598+
When you use messaging annotations or the Java DSL, you don't need to worry about these components, because the Framework automatically produces them with appropriate annotations and `BeanPostProcessor` implementations.
599599
When building components manually, you should use the `ConsumerEndpointFactoryBean` to help determine the target `AbstractEndpoint` consumer implementation to create, based on the provided `inputChannel` property.
600600

601601
On the other hand, the `ConsumerEndpointFactoryBean` delegates to an another first class citizen in the Framework - `org.springframework.messaging.MessageHandler`.

0 commit comments

Comments
 (0)