callbackConversations.remove(contextId);
}
// stop the component if this removes the last reference
if (clientConversationId == null && callbackConversations.isEmpty()) {
ctx.stop();
}
}
private void createInstance(Object contextId) throws TargetResolutionException {
InstanceWrapper instanceWrapper = createInstanceWrapper();