Class EngineEventsPublisherDataFetcher

java.lang.Object
org.activiti.cloud.services.notifications.graphql.subscriptions.datafetcher.EngineEventsPublisherDataFetcher
All Implemented Interfaces:
graphql.schema.DataFetcher<org.reactivestreams.Publisher<List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>>

public class EngineEventsPublisherDataFetcher extends Object implements graphql.schema.DataFetcher<org.reactivestreams.Publisher<List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>>
  • Constructor Details

  • Method Details

    • get

      public org.reactivestreams.Publisher<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<List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>>