Uses of Interface
dev.tachyonmcp.api.server.features.resources.AsyncResourceFn
Packages that use AsyncResourceFn
Package
Description
Resource feature types and function interfaces.
Resource registry implementations for managing resource and resource template definitions.
-
Uses of AsyncResourceFn in dev.tachyonmcp.api.server.features.resources
Methods in dev.tachyonmcp.api.server.features.resources with parameters of type AsyncResourceFnModifier and TypeMethodDescriptionResources.registerAsync(ResourceDescriptor descriptor, AsyncResourceFn fn) Registers a resource descriptor with an asynchronous function.default ResourcesResources.registerAsync(Consumer<ResourceDescriptor.Builder> descriptor, AsyncResourceFn fn) Registers an asynchronous resource function using a descriptor configured through a builder.Resources.registerTemplateAsync(ResourceTemplateDescriptor descriptor, AsyncResourceFn fn) Registers a resource template with an asynchronous function.default ResourcesResources.registerTemplateAsync(Consumer<ResourceTemplateDescriptor.Builder> descriptor, AsyncResourceFn fn) Registers a resource template configured through its builder. -
Uses of AsyncResourceFn in dev.tachyonmcp.core.server.features.resources
Methods in dev.tachyonmcp.core.server.features.resources that return AsyncResourceFnModifier and TypeMethodDescriptionResourceTemplateEntry.fn()Returns the value of thefnrecord component.Methods in dev.tachyonmcp.core.server.features.resources with parameters of type AsyncResourceFnModifier and TypeMethodDescriptionstatic ResourceTemplateEntryResourceTemplateEntry.of(ResourceTemplateDescriptor descriptor, AsyncResourceFn fn) Creates a resource template entry from its descriptor and handler.DefaultResourceRegistry.registerAsync(ResourceDescriptor descriptor, AsyncResourceFn fn) DefaultResourceRegistry.registerTemplateAsync(ResourceTemplateDescriptor descriptor, AsyncResourceFn fn) Constructors in dev.tachyonmcp.core.server.features.resources with parameters of type AsyncResourceFnModifierConstructorDescriptionResourceTemplateEntry(ResourceTemplateDescriptor descriptor, AsyncResourceFn fn, UriTemplate uriTemplate) Creates an instance of aResourceTemplateEntryrecord class.