Interface PublisherController

  • All Known Implementing Classes:
    PublisherControllerImpl

    @RequestMapping(path="/api")
    public interface PublisherController
    The publisher controller.
    Author:
    Christian Bremer
    • Method Detail

      • postPublisher

        @RequestMapping(path="/publisher",
                        method=POST,
                        consumes="text/*")
        reactor.core.publisher.Mono<String> postPublisher​(@RequestBody
                                                          org.reactivestreams.Publisher<String> publisher)
        Post publisher mono.
        Parameters:
        publisher - the publisher
        Returns:
        the mono