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 5da6d7b commit 3d66ea0Copy full SHA for 3d66ea0
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