package com.xmzs.midjourney.service; import com.xmzs.midjourney.support.Task; public interface NotifyService { void notifyTaskChange(Task task); }