Class RepositoryStreamingService

java.lang.Object
com.cloudimpl.outstack.spring.service.RepositoryStreamingService
All Implemented Interfaces:
java.util.function.Function<CloudMessage,​reactor.core.publisher.Flux>

public class RepositoryStreamingService
extends java.lang.Object
implements java.util.function.Function<CloudMessage,​reactor.core.publisher.Flux>
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    RepositoryStreamingService()  
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Flux<StreamEvent> apply​(CloudMessage t)  

    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
  • Constructor Details

    • RepositoryStreamingService

      public RepositoryStreamingService()
  • Method Details

    • apply

      public reactor.core.publisher.Flux<StreamEvent> apply​(CloudMessage t)
      Specified by:
      apply in interface java.util.function.Function<CloudMessage,​reactor.core.publisher.Flux>