Java Community | Help. Code. Learn.JC|HCL
Java Community | Help. Code. Learn.โ€ข16mo agoโ€ข
33 replies
lars

Using singleton pattern at a request level basis

I am fetching a response twice in an api flow. So how can I use singleton pattern here to return the same response again without making the second call.
Was this page helpful?