Class BlockingReference.ReferenceWriter<T,V>

java.lang.Object
org.wildfly.clustering.server.util.BlockingReference.ReferenceWriter<T,V>
Type Parameters:
T - the referenced object type
V - the mapped type
All Implemented Interfaces:
Supplier<V>, Supplier<V>, BlockingReference.Writer<V>
Enclosing interface:
BlockingReference<T>

public static class BlockingReference.ReferenceWriter<T,V> extends Object implements BlockingReference.Writer<V>
A writer implementation for a reference.
Author:
Paul Ferraro
  • Method Details