Sha256: 7fcedd889f4be316eea43e9c3b4afe5c60105eff2161d048aa4346f39d504686
Contents?: true
Size: 197 Bytes
Versions: 12
Compression:
Stored size: 197 Bytes
Contents
module Alephant module Publisher class BaseProcessor def consume(msg) raise NotImplementedError.new("You must implement the #consume(msg) method") end end end end
Version data entries
12 entries across 12 versions & 1 rubygems