Class ControllerOneImpl

  • All Implemented Interfaces:
    ControllerOne

    @RestController
    public class ControllerOneImpl
    extends Object
    implements ControllerOne
    Test controller one implementation.
    Author:
    Christian Bremer
    • Constructor Detail

      • ControllerOneImpl

        public ControllerOneImpl()
    • Method Detail

      • simpleGet

        public reactor.core.publisher.Mono<String> simpleGet()
        Description copied from interface: ControllerOne
        Simple get mono.
        Specified by:
        simpleGet in interface ControllerOne
        Returns:
        the mono
      • updateOk

        public reactor.core.publisher.Mono<String> updateOk​(String name,
                                                            String payload)
        Description copied from interface: ControllerOne
        Update ok mono.
        Specified by:
        updateOk in interface ControllerOne
        Parameters:
        name - the name
        payload - the payload
        Returns:
        the mono
      • patchOk

        public reactor.core.publisher.Mono<Void> patchOk​(String name,
                                                         String suffix,
                                                         String payload)
        Description copied from interface: ControllerOne
        Patch ok mono.
        Specified by:
        patchOk in interface ControllerOne
        Parameters:
        name - the name
        suffix - the suffix
        payload - the payload
        Returns:
        the mono
      • deleteOk

        public reactor.core.publisher.Mono<Boolean> deleteOk​(String name)
        Description copied from interface: ControllerOne
        Delete ok mono.
        Specified by:
        deleteOk in interface ControllerOne
        Parameters:
        name - the name
        Returns:
        the mono