Searched refs:cancellableProducerKeys (Results 1 – 1 of 1) sorted by relevance
151 private final Set<Key> cancellableProducerKeys = new LinkedHashSet<>(); field in ComponentImplementation342 cancellableProducerKeys.add(key); in addCancellableProducerKey()410 return ImmutableList.copyOf(cancellableProducerKeys); in getCancellableProducerKeys()