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

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

The newest version!
package com.structurizr.onpremises.component.workspace;

public interface WorkspaceEvent {

    WorkspaceProperties getWorkspaceProperties();

    String getJson();

    void setJson(String json);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy