Interface ResourceFactory<K,V>
-
- All Known Implementing Classes:
ChannelResourceFactory
public interface ResourceFactory<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(V resource)Vgenerate(K key)booleanisGood(V resource)
-