-
public interface IInternalDataProvider
-
-
Method Summary
Modifier and Type Method Description abstract Result<Exception, EventEntity>getEventDetails(String eventId, String updateId)abstract Result<Exception, ActionResponse>getActions(String timelineId, String updateId)abstract UnitsetLogLevel(LogLevel logLevel)abstract EventEntitygetCurrentEvent()abstract UnitsetCurrentEvent(EventEntity currentEvent)-
-
Method Detail
-
getEventDetails
abstract Result<Exception, EventEntity> getEventDetails(String eventId, String updateId)
-
getActions
abstract Result<Exception, ActionResponse> getActions(String timelineId, String updateId)
-
setLogLevel
abstract Unit setLogLevel(LogLevel logLevel)
-
getCurrentEvent
abstract EventEntity getCurrentEvent()
-
setCurrentEvent
abstract Unit setCurrentEvent(EventEntity currentEvent)
-
-
-
-