Uses of Class
org.activiti.cloud.services.notifications.graphql.ws.transport.GraphQLSubscriptionExecutor
Packages that use GraphQLSubscriptionExecutor
Package
Description
-
Uses of GraphQLSubscriptionExecutor in org.activiti.cloud.services.notifications.graphql.ws.config
Methods in org.activiti.cloud.services.notifications.graphql.ws.config that return GraphQLSubscriptionExecutorModifier and TypeMethodDescriptionGraphQLWebSocketMessageBrokerAutoConfiguration.DefaultGraphQLWebSocketMessageBrokerConfiguration.graphQLSubscriptionExecutor(graphql.schema.GraphQLSchema graphQLSchema) Methods in org.activiti.cloud.services.notifications.graphql.ws.config with parameters of type GraphQLSubscriptionExecutorModifier and TypeMethodDescriptionorg.springframework.messaging.MessageHandlerGraphQLWebSocketMessageBrokerAutoConfiguration.DefaultGraphQLWebSocketMessageBrokerConfiguration.graphQLBrokerMessageHandler(org.springframework.messaging.SubscribableChannel clientInboundChannel, org.springframework.messaging.MessageChannel clientOutboundChannel, org.springframework.messaging.SubscribableChannel brokerChannel, org.springframework.scheduling.TaskScheduler messageBrokerTaskScheduler, GraphQLSubscriptionExecutor graphQLSubscriptionExecutor) -
Uses of GraphQLSubscriptionExecutor in org.activiti.cloud.services.notifications.graphql.ws.transport
Constructors in org.activiti.cloud.services.notifications.graphql.ws.transport with parameters of type GraphQLSubscriptionExecutorModifierConstructorDescriptionGraphQLBrokerMessageHandler(org.springframework.messaging.SubscribableChannel inboundChannel, org.springframework.messaging.MessageChannel outboundChannel, org.springframework.messaging.SubscribableChannel brokerChannel, GraphQLSubscriptionExecutor graphQLSubscriptionExecutor)