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