DataProcessor

uk.gov.nationalarchives.dp.client.DataProcessor
See theDataProcessor companion class
object DataProcessor

An apply method for the DataProcessor class and the EventAction case class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class EventAction(eventRef: UUID, eventType: String, dateOfEvent: ZonedDateTime)

Value parameters

dateOfEvent

The date of the event

eventRef

The reference of the event

eventType

The type of the event

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[F[_]]()(implicit me: MonadError[F, Throwable]): DataProcessor[F]