@FunctionalInterface public interface DistributedCacheConsumer<T extends DistributedCache<T>>
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(T value)
Configure a pre-constructed instance of DistributedCache resource 
 | 
default DistributedCacheConsumer<T> | 
andThen(DistributedCacheConsumer<T> after)  | 
void accept(T value)
default DistributedCacheConsumer<T> andThen(DistributedCacheConsumer<T> after)
Copyright © 2018 JBoss by Red Hat. All rights reserved.