Package io.awspring.cloud.sns.core
Class CachingTopicArnResolver
java.lang.Object
io.awspring.cloud.sns.core.CachingTopicArnResolver
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.arns.Arn
resolveTopicArn
(String topicName)
-
Constructor Details
-
CachingTopicArnResolver
-
-
Method Details
-
resolveTopicArn
- Specified by:
resolveTopicArn
in interfaceTopicArnResolver
-