Class: Fluent::DetachProcessManager::Broker
- Inherits:
-
Object
- Object
- Fluent::DetachProcessManager::Broker
- Defined in:
- lib/fluent/process.rb
Instance Method Summary collapse
- #engine ⇒ Object
-
#initialize ⇒ Broker
constructor
A new instance of Broker.
Constructor Details
#initialize ⇒ Broker
Returns a new instance of Broker.
34 35 |
# File 'lib/fluent/process.rb', line 34 def initialize end |
Instance Method Details
#engine ⇒ Object
37 38 39 |
# File 'lib/fluent/process.rb', line 37 def engine Engine end |