All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codingapi.springboot.framework.event.EventPusher Maven / Gradle / Ivy

There is a newer version: 3.2.6
Show newest version
package com.codingapi.springboot.framework.event;

/**
 * Even推送助手
 */
public class EventPusher {

    public static void push(IEvent event) {
        DomainEventContext.getInstance().push(event);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy