public interface AmqpResourceParent
Modifier and Type | Method and Description |
---|---|
void |
addChildResource(AmqpResource resource)
Adds the given resource as a child of this resource so that it's
lifetime becomes managed by that of its parent.
|
AmqpProvider |
getProvider() |
void |
removeChildResource(AmqpResource resource)
Removes the given resource from the registered child resources
managed by this one.
|
void addChildResource(AmqpResource resource)
resource
- The AmqpResource that is a child of this one.void removeChildResource(AmqpResource resource)
resource
- The AmqpResource that is no longer a child of this one.AmqpProvider getProvider()
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.