Package org.wildfly.clustering.ee
Interface ManagerFactory<K,V>
-
- All Superinterfaces:
BiFunction<Consumer<V>,Consumer<V>,Manager<K,V>>
public interface ManagerFactory<K,V> extends BiFunction<Consumer<V>,Consumer<V>,Manager<K,V>>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Manager<K,V>apply(Consumer<V> createTask, Consumer<V> closeTask)Creates a manager using the specified creation and close tasks.-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-