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
ConstructorsConstructorDescriptionEngineEventsDestinationsPredicateFactory(org.activiti.cloud.services.notifications.graphql.events.RoutingKeyResolver routingKeyResolver) -
Method Summary
Modifier and TypeMethodDescriptiondestinationResolver(DataFetcherDestinationResolver destinationResolver) Predicate<? super org.activiti.cloud.services.notifications.graphql.events.model.EngineEvent> getPredicate(graphql.schema.DataFetchingEnvironment environment) pathMatcher(org.springframework.util.AntPathMatcher pathMatcher)
-
Constructor Details
-
EngineEventsDestinationsPredicateFactory
public EngineEventsDestinationsPredicateFactory(org.activiti.cloud.services.notifications.graphql.events.RoutingKeyResolver routingKeyResolver)
-
-
Method Details
-
getPredicate
public 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)
-