public interface ConnectorRegistry
Modifier and Type | Method and Description |
---|---|
void |
registerConnector(ExternalResource resource)
Create and register into Spring context a bean for the given resource.
|
void |
unregisterConnector(String id)
Removes the Spring bean for the given id from the context.
|
void registerConnector(ExternalResource resource)
resource
- external resourcevoid unregisterConnector(String id)
id
- Spring bean idCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.