com.larksuite.oapi.core.event.DefaultHandler Maven / Gradle / Ivy
package com.larksuite.oapi.core.event;
import com.larksuite.oapi.core.Context;
import java.util.Map;
public interface DefaultHandler {
void Handle(Context context, Map event) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy