blob: e745e0a9d23840cabb0a6157a413e0af80cee9f5 [file] [log] [blame]
package backtype.storm;
import backtype.storm.daemon.Shutdownable;
import backtype.storm.generated.DistributedRPC;
public interface ILocalDRPC extends DistributedRPC.Iface, Shutdownable {
public String getServiceId();
}