All Downloads are FREE. Search and download functionalities are using the official Maven repository.

run.halo.app.content.PostContentService Maven / Gradle / Ivy

The newest version!
package run.halo.app.content;

import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;

public interface PostContentService {

    Mono getHeadContent(String postName);

    Mono getReleaseContent(String postName);

    Mono getSpecifiedContent(String postName, String snapshotName);

    Flux listSnapshots(String postName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy