org.noear.solon.cloud.eventplus.CloudEventHandlerPlus Maven / Gradle / Ivy
package org.noear.solon.cloud.eventplus;
/**
* 云端事件扩展代理
*
* @author 颖
* @since 1.5
*/
public interface CloudEventHandlerPlus {
/**
* 处理
*
* @param event 事件
* */
boolean handle(T event) throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy