Searched refs:cancellableProducerKeys (Results 1 – 1 of 1) sorted by relevance
196 private final Set<Key> cancellableProducerKeys = new LinkedHashSet<>(); field in ComponentImplementation699 cancellableProducerKeys.add(key); in addCancellableProducerKey()782 cancelledKeysFromSuperclass.addAll(currentSuperImplementation.get().cancellableProducerKeys); in getCancellableProducerKeys()785 return Sets.difference(cancellableProducerKeys, cancelledKeysFromSuperclass) in getCancellableProducerKeys()