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