Class ControllerTwoImpl

  • All Implemented Interfaces:
    ControllerTwo

    @RestController
    public class ControllerTwoImpl
    extends Object
    implements ControllerTwo
    Test controller two implementation.
    Author:
    Christian Bremer
    • Constructor Detail

      • ControllerTwoImpl

        public ControllerTwoImpl()
    • Method Detail

      • sayHello

        public reactor.core.publisher.Mono<String> sayHello​(String name)
        Description copied from interface: ControllerTwo
        Say hello mono.
        Specified by:
        sayHello in interface ControllerTwo
        Parameters:
        name - the name
        Returns:
        the mono
      • sayHelloTo

        public reactor.core.publisher.Mono<String> sayHelloTo​(String name)
        Description copied from interface: ControllerTwo
        Say hello to mono.
        Specified by:
        sayHelloTo in interface ControllerTwo
        Parameters:
        name - the name
        Returns:
        the mono