package com.qianwen.core.notify; import com.qianwen.core.notify.executor.NotifyExecutionContext; public interface NotifyQueueProducer { boolean syncSend(NotifyExecutionContext object); void asyncSend(NotifyExecutionContext object); }