colinsurprenant/redstorm

View on GitHub
lib/red_storm/dsl/batch_committer_bolt.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RedStorm
  module DSL

    class BatchCommitterBolt < BatchBolt

      def self.java_proxy; "Java::RedstormStormJruby::JRubyBatchCommitterBolt"; end
    end
  end
end