Class RestControllerService

java.lang.Object
com.cloudimpl.outstack.spring.service.RestControllerService
All Implemented Interfaces:
java.util.function.Function<CloudMessage,​CloudMessage>

public class RestControllerService
extends java.lang.Object
implements java.util.function.Function<CloudMessage,​CloudMessage>
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    RestControllerService​(reactor.core.publisher.Flux<FluxMap.Event<java.lang.String,​CloudService>> serviceFlux, ServiceDescriptorContextManager serviceManager, ILogger logger)  
  • Method Summary

    Modifier and Type Method Description
    CloudMessage apply​(CloudMessage req)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose