Class EngineEventsDestinationsPredicateFactory
- java.lang.Object
-
- org.activiti.cloud.services.notifications.graphql.subscriptions.datafetcher.EngineEventsDestinationsPredicateFactory
-
- All Implemented Interfaces:
EngineEventsPredicateFactory
public class EngineEventsDestinationsPredicateFactory extends java.lang.Object implements EngineEventsPredicateFactory
-
-
Constructor Summary
Constructors Constructor Description EngineEventsDestinationsPredicateFactory(org.activiti.cloud.services.notifications.graphql.events.RoutingKeyResolver routingKeyResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EngineEventsDestinationsPredicateFactorydestinationResolver(DataFetcherDestinationResolver destinationResolver)java.util.function.Predicate<? super org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent>getPredicate(graphql.schema.DataFetchingEnvironment environment)EngineEventsDestinationsPredicateFactorypathMatcher(org.springframework.util.AntPathMatcher pathMatcher)
-
-
-
Method Detail
-
getPredicate
public java.util.function.Predicate<? super org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent> getPredicate(graphql.schema.DataFetchingEnvironment environment)
- Specified by:
getPredicatein interfaceEngineEventsPredicateFactory
-
destinationResolver
public EngineEventsDestinationsPredicateFactory destinationResolver(DataFetcherDestinationResolver destinationResolver)
-
pathMatcher
public EngineEventsDestinationsPredicateFactory pathMatcher(org.springframework.util.AntPathMatcher pathMatcher)
-
-