Uses of Interface
io.awspring.cloud.sns.core.TopicArnResolver
Packages that use TopicArnResolver
Package
Description
Sns integration core.
-
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.classATopicArnResolverimplementation to determine topic ARN by name against anSnsAsyncClient.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, @Nullable MessageConverter messageConverter) -
Uses of TopicArnResolver in io.awspring.cloud.sns.integration
Methods in io.awspring.cloud.sns.integration with parameters of type TopicArnResolverModifier and TypeMethodDescriptionvoidSnsMessageHandler.setTopicArnResolver(TopicArnResolver topicArnResolver) Provide a customTopicArnResolver; defaults toSnsAsyncTopicArnResolver.