java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx2.server.apps.aasRegistry.AasRegistrySpringApp

@SpringBootApplication @Configuration @ComponentScan(basePackages={"org.eclipse.digitaltwin.basyx","de.iip_ecosphere.platform.support.aas.basyx2.server.apps.common","de.iip_ecosphere.platform.support.aas.basyx2.server.apps.security"}, excludeFilters=) @Component public class AasRegistrySpringApp extends Object
Spring application for starting an in-memory AAS registry. Somehow feature-based composition does not work in here. More investigation needed.
Author:
Monika Staciwa, SSE
  • Constructor Details

    • AasRegistrySpringApp

      public AasRegistrySpringApp()
  • Method Details

    • main

      public static void main(String[] args)
      Starts the application.
      Parameters:
      args - the command line arguments
    • getAasRegistry

      @Bean public static org.eclipse.digitaltwin.basyx.aasregistry.service.storage.AasRegistryStorage getAasRegistry()
      Returns the AAS registry storage.
      Returns:
      the storage instance
    • registryEventSink

      @Bean public org.eclipse.digitaltwin.basyx.aasregistry.service.events.RegistryEventSink registryEventSink()
      Returns the AAS registry event sink.
      Returns:
      the event sink instance