Class MessagingCdiExtension
java.lang.Object
io.helidon.microprofile.messaging.MessagingCdiExtension
- All Implemented Interfaces:
Extension
MicroProfile Reactive Messaging CDI Extension.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.ImplementMessagingChannelProcessor
as a bean instead, which can peak to any messaging channel.
-
Constructor Details
-
MessagingCdiExtension
public MessagingCdiExtension()Initialize messaging CDI extension.
-
-
Method Details
-
channelsLiveness
Deprecated, for removal: This API element is subject to removal in a future version.ImplementMessagingChannelProcessor
as a bean instead, which can peak to any messaging channel.Get names of all channels accompanied by boolean if cancel or onError signal has been intercepted in it.- Returns:
- map of channels
-
channelsReadiness
Deprecated, for removal: This API element is subject to removal in a future version.ImplementMessagingChannelProcessor
as a bean instead, which can peak to any messaging channel.Get names of all channels accompanied by boolean if onSubscribe signal has been intercepted in it.- Returns:
- map of channels
-
MessagingChannelProcessor
as a bean instead, which can peak to any messaging channel.