Uses of Interface
org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy
Packages that use JmsKeyFormatStrategy
-
Uses of JmsKeyFormatStrategy in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return JmsKeyFormatStrategyModifier and TypeMethodDescriptionSjmsComponent.getJmsKeyFormatStrategy()SjmsEndpoint.getJmsKeyFormatStrategy()Methods in org.apache.camel.component.sjms with parameters of type JmsKeyFormatStrategyModifier and TypeMethodDescriptionvoidSjmsComponent.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy) voidSjmsEndpoint.setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy) -
Uses of JmsKeyFormatStrategy in org.apache.camel.component.sjms.jms
Classes in org.apache.camel.component.sjms.jms that implement JmsKeyFormatStrategyModifier and TypeClassDescriptionclassDefault strategy that handles dots and hyphens.Constructors in org.apache.camel.component.sjms.jms with parameters of type JmsKeyFormatStrategyModifierConstructorDescriptionJmsBinding(boolean mapJmsMessage, boolean allowNullBody, org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy, JmsKeyFormatStrategy jmsJmsKeyFormatStrategy, MessageCreatedStrategy messageCreatedStrategy)