Class AccountReleaseFromCacheListener
java.lang.Object
cn.herodotus.engine.oauth2.management.compliance.listener.AccountReleaseFromCacheListener
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<cn.herodotus.engine.message.core.logic.event.AccountReleaseFromCacheEvent>
public class AccountReleaseFromCacheListener
extends Object
implements org.springframework.context.ApplicationListener<cn.herodotus.engine.message.core.logic.event.AccountReleaseFromCacheEvent>
Description: TODO
- Author:
- : gengwei.zheng
- Date:
- : 2023/5/14 14:33
-
Constructor Summary
ConstructorsConstructorDescriptionAccountReleaseFromCacheListener(OAuth2AccountStatusManager accountStatusManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidonApplicationEvent(cn.herodotus.engine.message.core.logic.event.AccountReleaseFromCacheEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
AccountReleaseFromCacheListener
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(cn.herodotus.engine.message.core.logic.event.AccountReleaseFromCacheEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<cn.herodotus.engine.message.core.logic.event.AccountReleaseFromCacheEvent>
-