Class CachingTopicArnResolver

java.lang.Object
io.awspring.cloud.sns.core.CachingTopicArnResolver
All Implemented Interfaces:
TopicArnResolver

public class CachingTopicArnResolver extends Object implements TopicArnResolver
Caching implementation for resolving ARN from topicName. It is delegating work to TopicArnResolver implementation, meaning it will only cache Arn for given topic name and return it.
Since:
3.0.0
Author:
Matej Nedic
  • Constructor Details

    • CachingTopicArnResolver

      public CachingTopicArnResolver(TopicArnResolver topicArnResolver)
  • Method Details