class PubsubClient::NullPublisherFactory

A null object to act as a publisher factory when clients are in dev or test

Public Instance Methods

build(*) click to toggle source
# File lib/pubsub_client/null_publisher_factory.rb, line 8
def build(*)
  NullPublisher.new
end