# File lib/faye-rails/filter.rb, line 50
    def outgoing(message, callback)
      @out_filter.new(@block, message, channel, callback, :outgoing) if @out_filter
    end