Interface PublisherController
-
- All Known Implementing Classes:
PublisherControllerImpl
@RequestMapping(path="/api") public interface PublisherControllerThe publisher controller.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<String>postPublisher(org.reactivestreams.Publisher<String> publisher)Post publisher mono.
-