@Service
@Order(value=0)
public class StructurizrService
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
| Modifier and Type | Field and Description |
|---|---|
static int |
ORDER |
| Constructor and Description |
|---|
StructurizrService(com.structurizr.api.StructurizrClient structurizrClient,
com.structurizr.Workspace workspace,
StructurizrConfigurationProperties config) |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
public static final int ORDER
@Autowired
public StructurizrService(com.structurizr.api.StructurizrClient structurizrClient,
com.structurizr.Workspace workspace,
StructurizrConfigurationProperties config)