faktory-1.1.2.7: Faktory Worker for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Faktory.Job.Custom

Description

Wrapper for the schema-less Value used for custom in Job payloads

This type's Semigroup will merge two Objects. It is right-biased, as we are generally throughout this library, so called last-wins semantics.

Synopsis

Documentation

data Custom Source #

Instances

Instances details
FromJSON Custom Source # 
Instance details

Defined in Faktory.Job.Custom

ToJSON Custom Source # 
Instance details

Defined in Faktory.Job.Custom

Semigroup Custom Source # 
Instance details

Defined in Faktory.Job.Custom

Show Custom Source # 
Instance details

Defined in Faktory.Job.Custom

Eq Custom Source # 
Instance details

Defined in Faktory.Job.Custom

Methods

(==) :: Custom -> Custom -> Bool #

(/=) :: Custom -> Custom -> Bool #

fromCustom :: FromJSON a => Custom -> Either String a Source #

Read a Custom value to a type using FromJSON