Package io.gridgo.boot.data
Interface DataAccessHandler
-
- All Superinterfaces:
java.lang.reflect.InvocationHandler
- All Known Implementing Classes:
AbstractDataAccessHandler,JdbcDataAccessHandler,KeyValueDataAccessHandler
public interface DataAccessHandler extends java.lang.reflect.InvocationHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetContext(io.gridgo.core.GridgoContext context)voidsetGateway(io.gridgo.connector.support.MessageProducer gateway)
-