
sources.src.test.resources.test-registration-info.json Maven / Gradle / Ivy
{
"urn": "urn:mediator:test.mediator",
"version": "1.0.0",
"name": "test.mediator",
"description": "A test mediator",
"endpoints": [
{
"name": "Mediator",
"host": "localhost",
"port": "8800",
"type": "http"
}
],
"defaultChannelConfig": [
{
"name": "Mediator",
"urlPattern": "^/mediator$",
"type": "http",
"allow": ["test"],
"routes": [
{
"name": "Mediator",
"host": "localhost",
"port": "8800",
"type": "http",
"primary": "true"
}
]
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy