Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

@Async how it works @EnableAsync

@Configuration
@EnableAsync
public class SpringAsyncConfig { ... }

	@Async
	public void thisWorksLikeAThread(){ ... }
Source by www.baeldung.com #
 
PREVIOUS NEXT
Tagged: #works
ADD COMMENT
Topic
Name
2+7 =