Package org.wildfly.clustering.ee.cache
Class SimpleIdentifierFactory<I>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.SimpleIdentifierFactory<I>
-
- All Implemented Interfaces:
Supplier<I>,IdentifierFactory<I>,Restartable
public class SimpleIdentifierFactory<I> extends Object implements IdentifierFactory<I>
SimpleIdentifierFactorythat delegates to a supplier.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SimpleIdentifierFactory(Supplier<I> factory)
-
-
-
Method Detail
-
start
public void start()
- Specified by:
startin interfaceRestartable
-
stop
public void stop()
- Specified by:
stopin interfaceRestartable
-
-