lib/fluent/plugin/out_azureeventhubs_buffered.rb in sk-fluent-plugin-azureeventhubs-0.0.13 vs lib/fluent/plugin/out_azureeventhubs_buffered.rb in sk-fluent-plugin-azureeventhubs-0.0.14

- old
+ new

@@ -1,7 +1,7 @@ module Fluent::Plugin - class AzureEventHubsOutputBuffered < Output + class AzureEventHubsOutputBuffered < BufferedOutput Fluent::Plugin.register_output('azureeventhubs_buffered', self) helpers :compat_parameters, :inject DEFAULT_BUFFER_TYPE = "memory" \ No newline at end of file