public abstract class Payload extends Object
When an actor which is derived from RaftActor attempts to persistData it must pass an instance of the Payload class. Similarly when state needs to be applied to the derived RaftActor it will be passed an instance of the Payload class.
Constructor and Description |
---|
Payload() |
Copyright © 2019 OpenDaylight. All rights reserved.