Class EngineEventsPublisherDataFetcher

  • All Implemented Interfaces:
    graphql.schema.DataFetcher<org.reactivestreams.Publisher<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>>

    public class EngineEventsPublisherDataFetcher
    extends java.lang.Object
    implements graphql.schema.DataFetcher<org.reactivestreams.Publisher<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>>
    • Method Summary

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

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

      • get

        public org.reactivestreams.Publisher<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>> get​(graphql.schema.DataFetchingEnvironment environment)
        Specified by:
        get in interface graphql.schema.DataFetcher<org.reactivestreams.Publisher<java.util.List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>>