[Groonga-commit] droonga/fluent-plugin-droonga at 53f2322 [master] input adapter: add a convenient method for sending another message

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 20 17:10:16 JST 2013


Kouhei Sutou	2013-12-20 17:10:16 +0900 (Fri, 20 Dec 2013)

  New Revision: 53f2322fe9c5ce1d160c3223008efce144799679
  https://github.com/droonga/fluent-plugin-droonga/commit/53f2322fe9c5ce1d160c3223008efce144799679

  Message:
    input adapter: add a convenient method for sending another message

  Modified files:
    lib/droonga/input_adapter_plugin.rb

  Modified: lib/droonga/input_adapter_plugin.rb (+4 -0)
===================================================================
--- lib/droonga/input_adapter_plugin.rb    2013-12-20 17:09:16 +0900 (5210f68)
+++ lib/droonga/input_adapter_plugin.rb    2013-12-20 17:10:16 +0900 (261e5be)
@@ -25,5 +25,9 @@ module Droonga
       super()
       @dispatcher = dispatcher
     end
+
+    def forward(message, destination)
+      @dispatcher.forward(message, destination)
+    end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index