Uses of Interface
io.helidon.messaging.connectors.jms.MessageMapper
Packages that use MessageMapper
Package
Description
Microprofile messaging JMS connector.
Microprofile messaging Weblogic JMS connector.
- 
Uses of MessageMapper in io.helidon.messaging.connectors.jmsMethod parameters in io.helidon.messaging.connectors.jms with type arguments of type MessageMapperModifier and TypeMethodDescriptionprotected CompletionStage<?> JmsConnector.consumeAsync(Message<?> m, jakarta.jms.Session session, AtomicReference<MessageMapper> mapper, jakarta.jms.MessageProducer producer, Config config) 
- 
Uses of MessageMapper in io.helidon.messaging.connectors.wlsMethod parameters in io.helidon.messaging.connectors.wls with type arguments of type MessageMapperModifier and TypeMethodDescriptionprotected CompletionStage<?> WeblogicConnector.consumeAsync(Message<?> m, jakarta.jms.Session session, AtomicReference<MessageMapper> mapper, jakarta.jms.MessageProducer producer, Config config)