mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7bb3b824c3
Without generics, extending AbstractPubSubChannelRegistry and using a custom Message type requires some unpleasant casting and suppression of warnings. By genericizing PubSubChannelRegistry and AbstractPubSubChannelRegistry these problems can be avoided.