Uses of Interface
io.awspring.cloud.sns.core.TopicArnResolver
Packages that use TopicArnResolver
-
Uses of TopicArnResolver in io.awspring.cloud.sns.core
Classes in io.awspring.cloud.sns.core that implement TopicArnResolverModifier and TypeClassDescriptionclass
Caching implementation for resolving ARN from topicName.class
Default implementation ofTopicArnResolver
used to determine topic ARN by name.class
Basic implementation for resolving ARN from topicName.Constructors in io.awspring.cloud.sns.core with parameters of type TopicArnResolverModifierConstructorDescriptionCachingTopicArnResolver
(TopicArnResolver topicArnResolver) SnsTemplate
(software.amazon.awssdk.services.sns.SnsClient snsClient, TopicArnResolver topicArnResolver, MessageConverter messageConverter)