Class PublisherControllerImpl
- java.lang.Object
-
- org.bremersee.apiclient.webflux.app.PublisherControllerImpl
-
- All Implemented Interfaces:
PublisherController
@RestController public class PublisherControllerImpl extends Object implements PublisherController
The publisher controller implementation.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description PublisherControllerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<String>
postPublisher(org.reactivestreams.Publisher<String> publisher)
Post publisher mono.
-
-
-
Method Detail
-
postPublisher
public reactor.core.publisher.Mono<String> postPublisher(org.reactivestreams.Publisher<String> publisher)
Description copied from interface:PublisherController
Post publisher mono.- Specified by:
postPublisher
in interfacePublisherController
- Parameters:
publisher
- the publisher- Returns:
- the mono
-
-