feat(files): add v2 task and metadata workflows
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.yoyuzh.files;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public record BackgroundTaskHandlerResult(Map<String, Object> publicStatePatch) {
|
||||
|
||||
public static BackgroundTaskHandlerResult empty() {
|
||||
return new BackgroundTaskHandlerResult(Map.of());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user