Interface t.p.j.b.ICommand(Interface):

Part of twisted.persisted.journal.base View Source View In Hierarchy

Known implementations: twisted.persisted.journal.base.ServiceWrapperCommand, twisted.persisted.journal.base.WrapperCommand
A serializable command which interacts with a journaled service.
Method execute Run the command and return result.
def execute(journaledService, runTime): (source)
Run the command and return result.
API Documentation for twisted, generated by pydoctor.