Skip to content

Commit

Permalink
Adds missing interface class
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedJannik committed Sep 16, 2024
1 parent 1627a40 commit 849f2fa
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.eclipse.digitaltwin.basyx.gateway.core.feature;

import org.eclipse.digitaltwin.aas4j.v3.model.AssetAdministrationShell;
import org.eclipse.digitaltwin.basyx.gateway.core.exception.BaSyxComponentNotHealthyException;

public interface Gateway {

public void createAAS(AssetAdministrationShell aas, String aasRepository, String aasRegistry) throws BaSyxComponentNotHealthyException;
}

0 comments on commit 849f2fa

Please sign in to comment.