publicinterfaceDynamicRulePublisher<T>{/**
* Publish rules to remote rule configuration center for given application name.
*
* @param app app name
* @param rules list of rules to push
* @throws Exception if some error occurs
*/voidpublish(Stringapp,Trules)throwsException;}