Interface ChangeQueryProcessor.ChangeAttributeFactory
-
- Enclosing class:
- ChangeQueryProcessor
public static interface ChangeQueryProcessor.ChangeAttributeFactory
Register a ChangeAttributeFactory in a config Module like this:bind(ChangeAttributeFactory.class) .annotatedWith(Exports.named("export-name")) .to(YourClass.class);
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginDefinedInfo
create(ChangeData a, ChangeQueryProcessor qp, String plugin)
-
-
-
Method Detail
-
create
PluginDefinedInfo create(ChangeData a, ChangeQueryProcessor qp, String plugin)
-
-