package com.qianwen.core.notify.executor; public interface NotifyExecutorProvider { String getExecutor(); void executeNotify(NotifyExecutionContext context); }