Uses of Class
org.apache.unomi.graphql.services.ServiceManager
Packages that use ServiceManager
Package
Description
-
Uses of ServiceManager in org.apache.unomi.graphql.commands
Fields in org.apache.unomi.graphql.commands declared as ServiceManager -
Uses of ServiceManager in org.apache.unomi.graphql.servlet
Methods in org.apache.unomi.graphql.servlet with parameters of type ServiceManagerModifier and TypeMethodDescriptionvoid
GraphQLServlet.setServiceManager
(ServiceManager serviceManager) -
Uses of ServiceManager in org.apache.unomi.graphql.servlet.websocket
Constructors in org.apache.unomi.graphql.servlet.websocket with parameters of type ServiceManagerModifierConstructorDescriptionSubscriptionWebSocket
(graphql.GraphQL graphQL, ServiceManager serviceManager) SubscriptionWebSocketFactory
(graphql.GraphQL graphQL, ServiceManager serviceManager)