module PulsarSdk::Producer

Public Instance Methods

create(client, opts) click to toggle source
# File lib/pulsar_sdk/producer.rb, line 10
def create(client, opts)
  PulsarSdk::Producer::Manager.new(client, opts)
end