Answer the question
In order to leave comments, you need to log in
What is the correct way to run an asynchronous method inside a service?
There is a service like this:
@Service
public class SomeService {
...
private void asyncMethod() {
while(true) {
....
queue.poll();
....
}
}
....
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question