Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
module Messaging
  module Postgres
    class Write
      include Messaging::Write

      def configure(session: nil)
        EventSource::Postgres::Write.configure(self, attr_name: :event_writer, session: nil)
      end
    end
  end
end