Class BasicDRPCTopology

java.lang.Object
org.apache.storm.starter.BasicDRPCTopology

public class BasicDRPCTopology extends Object
This topology is a basic example of doing distributed RPC on top of Storm. It implements a function that appends a "!" to any string you send the DRPC function.
See Also:
  • Constructor Details

    • BasicDRPCTopology

      public BasicDRPCTopology()
  • Method Details