Package org.apache.storm.daemon.drpc
Interface RequestFactory<T extends OutstandingRequest>
-
public interface RequestFactory<T extends OutstandingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
mkRequest(String function, DRPCRequest req)
-
-
-
Method Detail
-
mkRequest
T mkRequest(String function, DRPCRequest req)
-
-