package org.zstack.core.gc; /** * Created by xing5 on 2017/3/5. */ public interface GarbageCollectorMessage { String getGCJobUuid(); }