接口 ApplicationEventPublisher

    • 方法详细资料

      • publishEvent

        void publishEvent​(ApplicationEvent event)
        Notify all matching listeners registered with this application of an application event. Events may be framework events (such as RequestHandledEvent) or application-specific events.
        参数:
        event - the event to publish
        另请参阅:
        RequestHandledEvent