Uses of Enum Class
ai.wanaku.core.mcp.providers.ServiceType
Packages that use ServiceType
-
Uses of ServiceType in ai.wanaku.core.mcp.providers
Methods in ai.wanaku.core.mcp.providers that return ServiceTypeModifier and TypeMethodDescriptionServiceTarget.getServiceType()Gets the type of service, either RESOURCE_PROVIDER or TOOL_INVOKER.static ServiceTypeReturns the enum constant of this class with the specified name.static ServiceType[]ServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.wanaku.core.mcp.providers with parameters of type ServiceTypeModifier and TypeMethodDescriptionvoidServiceRegistry.deregister(String service, ServiceType serviceType) De-register a service from the registryServiceRegistry.getEntries(ServiceType serviceType) Get a map of all registered services and their configurationsConstructors in ai.wanaku.core.mcp.providers with parameters of type ServiceTypeModifierConstructorDescriptionServiceTarget(String service, String host, int port, ServiceType serviceType) Constructs a new instance ofServiceTarget.