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
-
Field Summary
Fields Modifier and Type Field Description static FluxMap<java.lang.String,DomainContext>domainContextsFluxstatic RestControllerServiceinstance -
Constructor Summary
Constructors Constructor Description RestControllerService(ServiceRegistryReadOnly serviceRegistry, reactor.core.publisher.Flux<FluxMap.Event<java.lang.String,CloudService>> serviceFlux, ServiceDescriptorContextManager serviceManager, EventRepositoryFactory eventRepoFactory, ILogger logger) -
Method Summary
Modifier and Type Method Description void_refresh(java.lang.String rootTypePlural)CloudMessageapply(CloudMessage req)static voidrefresh(java.lang.String rootTypePlural)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, compose
-
Field Details
-
domainContextsFlux
-
instance
-
-
Constructor Details
-
RestControllerService
public RestControllerService(ServiceRegistryReadOnly serviceRegistry, reactor.core.publisher.Flux<FluxMap.Event<java.lang.String,CloudService>> serviceFlux, ServiceDescriptorContextManager serviceManager, EventRepositoryFactory eventRepoFactory, ILogger logger)
-
-
Method Details
-
refresh
public static void refresh(java.lang.String rootTypePlural) -
_refresh
public void _refresh(java.lang.String rootTypePlural) -
apply
- Specified by:
applyin interfacejava.util.function.Function<CloudMessage,CloudMessage>
-