Module: Fluent::MessagePackFactory::Mixin

Included in:
ChunkMessagePackEventStreamer, EngineClass, EventStream, Plugin::Buffer::FileChunk
Defined in:
lib/fluent/msgpack_factory.rb

Instance Method Summary collapse

Instance Method Details

#msgpack_factoryObject



25
26
27
# File 'lib/fluent/msgpack_factory.rb', line 25

def msgpack_factory
  MessagePackFactory.engine_factory
end

#msgpack_packer(*args) ⇒ Object



29
30
31
# File 'lib/fluent/msgpack_factory.rb', line 29

def msgpack_packer(*args)
  msgpack_factory.packer(*args)
end

#msgpack_unpacker(*args) ⇒ Object



33
34
35
# File 'lib/fluent/msgpack_factory.rb', line 33

def msgpack_unpacker(*args)
  msgpack_factory.unpacker(*args)
end