Interface ConfigCallback
-
public interface ConfigCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfailure(Throwable t)voidfailure(Throwable t, CType ctype)voidnoData(String id, String type)voidsingleFailure(org.elasticsearch.action.get.MultiGetResponse.Failure failure)voidsuccess(SgDynamicConfiguration<?> dConf)
-