From de286f5e6a01161da5d70a38cbcbff188c60220a Mon Sep 17 00:00:00 2001 From: nitishasgekar Date: Tue, 27 Jun 2017 23:49:35 -0500 Subject: [PATCH] Removed reference to PollableChannel Removed reference to PollableChannel as per https://github.com/spring-cloud/spring-cloud-stream/issues/436#issuecomment-205430607 --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index bc9740741..f9976347b 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -212,7 +212,7 @@ The `@EnableBinding` annotation can take as parameters one or more interface cla [NOTE] ==== -In Spring Cloud Stream 1.0, the only supported bindable components are the Spring Messaging `MessageChannel` and its extensions `SubscribableChannel` and `PollableChannel`. +In Spring Cloud Stream 1.0, the only supported bindable components are the Spring Messaging `MessageChannel` and its extension `SubscribableChannel`. Future versions should extend this support to other types of components, using the same mechanism. In this documentation, we will continue to refer to channels. ====