Uses of Interface
org.apache.camel.component.aws2.sns.MessageGroupIdStrategy
-
Packages that use MessageGroupIdStrategy Package Description org.apache.camel.component.aws2.sns -
-
Uses of MessageGroupIdStrategy in org.apache.camel.component.aws2.sns
Classes in org.apache.camel.component.aws2.sns that implement MessageGroupIdStrategy Modifier and Type Class Description class
ConstantMessageGroupIdStrategy
class
ExchangeIdMessageGroupIdStrategy
class
PropertyValueMessageGroupIdStrategy
Methods in org.apache.camel.component.aws2.sns that return MessageGroupIdStrategy Modifier and Type Method Description MessageGroupIdStrategy
Sns2Configuration. getMessageGroupIdStrategy()
Methods in org.apache.camel.component.aws2.sns with parameters of type MessageGroupIdStrategy Modifier and Type Method Description void
Sns2Configuration. setMessageGroupIdStrategy(MessageGroupIdStrategy messageGroupIdStrategy)
-