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