@SpringBootApplication @EnableProcessApplication(value="myProcessApplication") public class Application extends Object
| Modifier and Type | Field and Description |
|---|---|
protected InvoiceProcessApplication |
invoicePa |
protected ProcessEngine |
processEngine |
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployInvoice() |
static void |
main(String[] args) |
void |
onPostDeploy(PostDeployEvent event) |
@Autowired protected ProcessEngine processEngine
protected InvoiceProcessApplication invoicePa
public static void main(String[] args)
@PostConstruct public void deployInvoice()
@EventListener public void onPostDeploy(PostDeployEvent event)
Copyright © 2020. All rights reserved.