Interface NamespaceCreator


  • public interface NamespaceCreator
    Something that creates an OPC UA namespace for a test.
    Author:
    Holger Eichelberger, SSE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.milo.opcua.sdk.server.api.ManagedNamespaceWithLifecycle createNamespace​(org.eclipse.milo.opcua.sdk.server.OpcUaServer server)
      Creates the namespace.
    • Method Detail

      • createNamespace

        org.eclipse.milo.opcua.sdk.server.api.ManagedNamespaceWithLifecycle createNamespace​(org.eclipse.milo.opcua.sdk.server.OpcUaServer server)
        Creates the namespace.
        Parameters:
        server - the server instance
        Returns:
        the created namespace