}
@Override
public GetRuleResult getRule(String topicPath, String subscriptionName,
String ruleName) {
return new GetRuleResult(getResource().path(topicPath)
.path("subscriptions").path(subscriptionName).path("rules")
.path(ruleName).get(RuleInfo.class));
}