Class DspCatalogHttpDispatcherExtension

java.lang.Object
org.eclipse.edc.protocol.dsp.catalog.dispatcher.DspCatalogHttpDispatcherExtension
All Implemented Interfaces:
org.eclipse.edc.spi.system.ServiceExtension, org.eclipse.edc.spi.system.SystemExtension

@Extension("Dataspace Protocol Catalog HTTP Dispatcher Extension") public class DspCatalogHttpDispatcherExtension extends Object implements org.eclipse.edc.spi.system.ServiceExtension
Creates and registers the HTTP dispatcher delegate for sending a catalog request as defined in the dataspace protocol specification.
  • Field Details

  • Constructor Details

    • DspCatalogHttpDispatcherExtension

      public DspCatalogHttpDispatcherExtension()
  • Method Details

    • name

      public String name()
      Specified by:
      name in interface org.eclipse.edc.spi.system.SystemExtension
    • initialize

      public void initialize(org.eclipse.edc.spi.system.ServiceExtensionContext context)
      Specified by:
      initialize in interface org.eclipse.edc.spi.system.ServiceExtension