redstorm/lib/red_storm/dsl/batch_committer_bolt.rb

9 lines
173 B
Ruby

module RedStorm
module DSL
class BatchCommitterBolt < BatchBolt
def self.java_proxy; "Java::RedstormStormJruby::JRubyBatchCommitterBolt"; end
end
end
end