| Package | Description |
|---|---|
| io.knotx.server.configuration |
| Modifier and Type | Method and Description |
|---|---|
RepositoryEntry |
RepositoryEntry.setAddress(String address)
Event bus address of the Repository Connector modules, that should deliver content for the requested path matching the regexp in path
|
RepositoryEntry |
RepositoryEntry.setDoProcessing(boolean doProcessing)
Defines if the given repository path should be processed by the Knots or not.
|
RepositoryEntry |
RepositoryEntry.setPath(String path)
Sets the Regular expression of the HTTP Request path
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryEntry> |
KnotxFlowSettings.getRepositories() |
Optional<RepositoryEntry> |
KnotxFlowSettings.repositoryForPath(String path) |
| Modifier and Type | Method and Description |
|---|---|
KnotxFlowSettings |
KnotxFlowSettings.setRepositories(List<RepositoryEntry> repositoryAddressMapping)
Sets the list of RepositoryEntry items
|
| Constructor and Description |
|---|
RepositoryEntry(RepositoryEntry other)
Copy constructor
|
Copyright © 2016–2020. All rights reserved.