| Class | OpenWFE::Journal::Bucket |
| In: |
lib/openwfe/expool/journal.rb
|
| Parent: | Object |
for each process instance, there is one bucket holding the events waiting to get written in the journal
| events | [R] | |
| path | [R] |
# File lib/openwfe/expool/journal.rb, line 196
196: def initialize (path)
197: super()
198: @path = path
199: @events = []
200: end