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 TypeClassDescriptionclassCaching implementation for resolving ARN from topicName.classDefault implementation ofTopicArnResolverused to determine topic ARN by name.classBasic 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)