All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.structurizr.onpremises.component.workspace.WorkspaceEvent Maven / Gradle / Ivy

There is a newer version: 2024.11.05
Show newest version
package com.structurizr.onpremises.component.workspace;

public interface WorkspaceEvent {

    WorkspaceProperties getWorkspaceProperties();

    String getJson();

    void setJson(String json);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy