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

io.dddspring.common.event.DomainEventHandle Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package io.dddspring.common.event;


import java.lang.reflect.Type;

/**
 * emil:[email protected]
 * Created by toger on 2020/12/28.
 */
public interface DomainEventHandle {

    public Type type();

    public void onEvent(Object event);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy