Skip to content

Conversation

@artembilan
Copy link
Member

Fixes #3192

  • Introduce a BroadcastCapableChannel abstract to indicate those SubscribableChannel
    implementations which can provide a pub-sub functionality
  • Implement a BroadcastCapableChannel in broker-baked channels with pub-sub option
  • Introduce a BaseIntegrationFlowDefinition.publishSubscribeChannel() based
    on the BroadcastCapableChannel and BroadcastPublishSubscribeSpec to let to
    configure sub-flow subscribers in fluent manner

Fixes spring-projects#3192

* Introduce a `BroadcastCapableChannel` abstract to indicate those `SubscribableChannel`
implementations which can provide a pub-sub functionality
* Implement a `BroadcastCapableChannel` in broker-baked channels with pub-sub option
* Introduce a `BaseIntegrationFlowDefinition.publishSubscribeChannel()` based
on the `BroadcastCapableChannel` and `BroadcastPublishSubscribeSpec` to let to
configure sub-flow subscribers in fluent manner
@artembilan
Copy link
Member Author

@garyrussell ,

if this does fit your expectations, I'll go ahead with Docs.

Thanks

@garyrussell
Copy link
Contributor

LGTM; thanks.

@garyrussell garyrussell merged commit 87c8e47 into spring-projects:master Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DSL improvements for broker-backed pub/sub channels.

2 participants