Class SingletonReference

java.lang.Object
org.wildfly.clustering.singleton.server.SingletonReference
All Implemented Interfaces:
Consumer<Singleton>, Supplier<Singleton>

public class SingletonReference extends Object implements Consumer<Singleton>, Supplier<Singleton>
Reference to a singleton that returns empty state while not provided.
Author:
Paul Ferraro