Package com.bytedesk.core.push
Class PushConfig
java.lang.Object
com.bytedesk.core.push.PushConfig
- All Implemented Interfaces:
org.springframework.scheduling.annotation.AsyncConfigurer
@EnableAsync
@Configuration
public class PushConfig
extends Object
implements org.springframework.scheduling.annotation.AsyncConfigurer
async push
https://www.baeldung.com/spring-async
https://spring.io/guides/gs/async-method
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.scheduling.annotation.AsyncConfigurer
getAsyncExecutor, getAsyncUncaughtExceptionHandler
-
Constructor Details
-
PushConfig
public PushConfig()
-