Sha256: 1c0708537993ad13e205d6257ef5c55cc5d21f4cd17cb134cd281c0e948d7f64

Contents?: true

Size: 270 Bytes

Versions: 25

Compression:

Stored size: 270 Bytes

Contents

module BBK
  module App
    class Dispatcher
      interface _StreamStrategy
        def run: (Array[_Consumer]) {(_Message) -> void} -> void
      end

      class StreamStrategyClass
        def new: (*untyped, **untyped) -> _StreamStrategy
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
bbk-app-1.0.0.79241 sig/bbk/app/dispatcher/stream_strategy.rbs
bbk-app-1.0.0.78020 sig/bbk/app/dispatcher/stream_strategy.rbs
bbk-app-1.0.0.72920 sig/bbk/app/dispatcher/stream_strategy.rbs
bbk-app-1.0.0.72917 sig/bbk/app/dispatcher/stream_strategy.rbs
bbk-app-1.0.0.72899 sig/bbk/app/dispatcher/stream_strategy.rbs