Uses of Interface
io.vertigo.social.impl.handle.HandlePlugin
-
Packages that use HandlePlugin Package Description io.vertigo.social.impl.handle io.vertigo.social.plugins.handle.memory io.vertigo.social.plugins.handle.redis -
-
Uses of HandlePlugin in io.vertigo.social.impl.handle
Constructors in io.vertigo.social.impl.handle with parameters of type HandlePlugin Constructor Description HandleManagerImpl(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, VTransactionManager transactionManager, HandlePlugin handlePlugin)
-
Uses of HandlePlugin in io.vertigo.social.plugins.handle.memory
Classes in io.vertigo.social.plugins.handle.memory that implement HandlePlugin Modifier and Type Class Description class
MemoryHandlePlugin
-
Uses of HandlePlugin in io.vertigo.social.plugins.handle.redis
Classes in io.vertigo.social.plugins.handle.redis that implement HandlePlugin Modifier and Type Class Description class
RedisHandlePlugin
-