类 SystemUserChangedSubscriber
java.lang.Object
xyz.raylab.authorizationserver.infrastructure.event.SystemUserChangedSubscriber
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<xyz.raylab.useridentity.infrastructure.event.payload.UserChangedPayload>
@Component
public class SystemUserChangedSubscriber
extends Object
implements org.springframework.context.ApplicationListener<xyz.raylab.useridentity.infrastructure.event.payload.UserChangedPayload>
-
构造器概要
构造器构造器说明SystemUserChangedSubscriber(org.springframework.context.ApplicationContext applicationContext) -
方法概要
修饰符和类型方法说明voidonApplicationEvent(xyz.raylab.useridentity.infrastructure.event.payload.UserChangedPayload payload)
-
构造器详细资料
-
SystemUserChangedSubscriber
@Autowired public SystemUserChangedSubscriber(org.springframework.context.ApplicationContext applicationContext)
-
-
方法详细资料
-
onApplicationEvent
public void onApplicationEvent(xyz.raylab.useridentity.infrastructure.event.payload.UserChangedPayload payload) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<xyz.raylab.useridentity.infrastructure.event.payload.UserChangedPayload>
-