Interface | Description |
---|---|
ActorSystemProvider |
Interface that provides an akka ActorSystem instance.
|
ActorSystemProviderListener |
Listener interface for notification of ActorSystem changes from an ActorSystemProvider.
|
DataPersistenceProvider |
DataPersistenceProvider provides methods to persist data and is an abstraction of the akka-persistence persistence
API.
|
Class | Description |
---|---|
DelegatingPersistentDataProvider |
A DataPersistenceProvider implementation that delegates to another implementation.
|
NonPersistentDataProvider |
A DataPersistenceProvider implementation with persistence disabled, essentially a no-op.
|
PersistentDataProvider |
A DataPersistenceProvider implementation with persistence enabled.
|
Copyright © 2019 OpenDaylight. All rights reserved.