// TODO (jon) this is going to be unsafe because it creates before open.
// This needs to be pushed into the logic of the decorator
WALManager walman = node.getAddWALManager(walnode);
return new NaiveFileWALDeco<EventSink>(context, null, walman,
new TimeTrigger(delayMillis), node.getAckChecker()
.getAgentAckQueuer(), checkMs);
}
};
}