We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac29b26 commit 069fa9fCopy full SHA for 069fa9f
src/reference/antora/modules/ROOT/pages/hazelcast.adoc
@@ -604,7 +604,7 @@ The xref:channel/implementations.adoc#channel-implementations-queuechannel[`Queu
604
----
605
@Bean
606
PollableChannel hazelcastQueueChannel(HazelcastInstance hazelcastInstance) {
607
- return new QueueChannel(hazelcastInstance.Message<?>>getQueue("springIntegrationQueue"));
+ return new QueueChannel(hazelcastInstance.getQueue("springIntegrationQueue"));
608
}
609
610
0 commit comments