Interface MetacardTypeRegistry


public interface MetacardTypeRegistry
Registry to maintain MetacardTypes that are supported by the system's Endpoints and Sources. MetacardTypes describe the attributes in a specific Metacard. This registry allows other DDF components to lookup MetacardTypes based on their qualified name. MetacardTypes should typically be registered by Sources that support that data set. Lookups will typically be performed by InputTransformers to discover how the incoming metadata should be parsed.

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.