Class EngineEventsFluxPublisherFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      EngineEventsFluxPublisherFactory​(reactor.core.publisher.Flux<org.springframework.messaging.Message<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>> engineEventsFlux, EngineEventsPredicateFactory predicateFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Flux<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>> getPublisher​(graphql.schema.DataFetchingEnvironment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EngineEventsFluxPublisherFactory

        public EngineEventsFluxPublisherFactory​(reactor.core.publisher.Flux<org.springframework.messaging.Message<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>> engineEventsFlux,
                                                EngineEventsPredicateFactory predicateFactory)
    • Method Detail

      • getPublisher

        public reactor.core.publisher.Flux<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>> getPublisher​(graphql.schema.DataFetchingEnvironment environment)
        Specified by:
        getPublisher in interface EngineEventsPublisherFactory