Sha256: 80e840a44bd4e26f73a1969d2dc35b60eaf724c8209aebf98134eb32733e26fa
Contents?: true
Size: 291 Bytes
Versions: 7
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module Karafka module Routing module Features class Eofed < Base # Config of this feature Config = Struct.new( :active, keyword_init: true ) { alias_method :active?, :active } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems