Do we have Subscription or Observer Class or method in aws-java-sdk-appsync. #2847
Unanswered
Ujjwal9235
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@Ujjwal9235 not sure I understand the question. AWS AppSync is a service that provides GraphQL interface to databases. Maybe you meant other service like AWS EventBridge? If not, can you elaborate on your use case? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not enough documentation for Appsync in aws java sdk,
I need to implement Subscription or observer to Appsync api to push message to all the subscribers whenever there will be some message get pushed in Appsync api in JAVA. But i can't find any class or method in aws-java-sdk-appsync for subscription.
Beta Was this translation helpful? Give feedback.
All reactions