| Package | Description |
|---|---|
| io.knotx.server.configuration |
| Modifier and Type | Method and Description |
|---|---|
KnotxFlowSettings |
KnotxServerOptions.getCustomFlow() |
KnotxFlowSettings |
KnotxServerOptions.getDefaultFlow() |
KnotxFlowSettings |
KnotxFlowSettings.setAssembler(String assembler)
Sets the event bus address of the assembler verticle.
|
KnotxFlowSettings |
KnotxFlowSettings.setRepositories(List<RepositoryEntry> repositoryAddressMapping)
Sets the list of RepositoryEntry items
|
KnotxFlowSettings |
KnotxFlowSettings.setResponseProvider(String responseProvider)
Sets the event bus address of the Custom Flow' response provider verticle.
|
KnotxFlowSettings |
KnotxFlowSettings.setRouting(Map<String,MethodRoutingEntries> engineRouting)
Set of HTTP method based routing entries, describing communication between Knots
|
KnotxFlowSettings |
KnotxFlowSettings.setSplitter(String splitter)
Sets the event bus address of the splitter verticle.
|
| Modifier and Type | Method and Description |
|---|---|
KnotxServerOptions |
KnotxServerOptions.setCustomFlow(KnotxFlowSettings customFlow)
Set the Custom Flow configuration
|
KnotxServerOptions |
KnotxServerOptions.setDefaultFlow(KnotxFlowSettings defaultFlow)
Set the Default flow configuration
|
| Constructor and Description |
|---|
KnotxFlowSettings(KnotxFlowSettings other)
Copy constructor
|
Copyright © 2016–2020. All rights reserved.