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>>>
-
Constructor Summary
ConstructorsConstructorDescriptionEngineEventsPublisherDataFetcher(EngineEventsPublisherFactory publisherFactory) -
Method Summary
-
Constructor Details
-
EngineEventsPublisherDataFetcher
-
-
Method Details
-
get
public org.reactivestreams.Publisher<List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>> get(graphql.schema.DataFetchingEnvironment environment) - Specified by:
getin interfacegraphql.schema.DataFetcher<org.reactivestreams.Publisher<List<org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>>>
-