Uses of Interface
org.apache.camel.component.aws.sqs.MessageGroupIdStrategy
-
-
Uses of MessageGroupIdStrategy in org.apache.camel.component.aws.sqs
Classes in org.apache.camel.component.aws.sqs that implement MessageGroupIdStrategy Modifier and Type Class Description class
ConstantMessageGroupIdStrategy
class
ExchangeIdMessageGroupIdStrategy
class
PropertyValueMessageGroupIdStrategy
Methods in org.apache.camel.component.aws.sqs that return MessageGroupIdStrategy Modifier and Type Method Description MessageGroupIdStrategy
SqsConfiguration. getMessageGroupIdStrategy()
Methods in org.apache.camel.component.aws.sqs with parameters of type MessageGroupIdStrategy Modifier and Type Method Description void
SqsConfiguration. setMessageGroupIdStrategy(MessageGroupIdStrategy messageGroupIdStrategy)
-