Uses of Class
org.activiti.cloud.services.notifications.graphql.ws.transport.GraphQLSubscriptionExecutor
-
Packages that use GraphQLSubscriptionExecutor Package Description org.activiti.cloud.services.notifications.graphql.ws.config org.activiti.cloud.services.notifications.graphql.ws.transport -
-
Uses of GraphQLSubscriptionExecutor in org.activiti.cloud.services.notifications.graphql.ws.config
Methods in org.activiti.cloud.services.notifications.graphql.ws.config that return GraphQLSubscriptionExecutor Modifier and Type Method Description GraphQLSubscriptionExecutorGraphQLWebSocketMessageBrokerAutoConfiguration.DefaultGraphQLWebSocketMessageBrokerConfiguration. graphQLSubscriptionExecutor(graphql.schema.GraphQLSchema graphQLSchema)Methods in org.activiti.cloud.services.notifications.graphql.ws.config with parameters of type GraphQLSubscriptionExecutor Modifier and Type Method Description org.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 GraphQLSubscriptionExecutor Constructor Description GraphQLBrokerMessageHandler(org.springframework.messaging.SubscribableChannel inboundChannel, org.springframework.messaging.MessageChannel outboundChannel, org.springframework.messaging.SubscribableChannel brokerChannel, GraphQLSubscriptionExecutor graphQLSubscriptionExecutor)
-