R
- action resultpublic abstract static class Action.AbstractAction<R> extends Object implements Action<R>
Universe
state,
in most cases an action needs to have a Universe
as a dependency.
Developer must extend Action.AbstractAction
and provide a Universe
object.Action.AbstractAction<R>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
Universe |
universe |
Constructor and Description |
---|
AbstractAction() |
Copyright © 2019 CorfuDB. All rights reserved.