c

dynamics.cli

EntityProcessor

abstract class EntityProcessor extends AnyRef

Processes CRM entities. All remote action is delayed until the returned effect is run.

Add flexible ways to managed errors and return values

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityProcessor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityProcessor(entitySet: String, context: DynamicsContext)

Abstract Value Members

  1. abstract def mkBatch[A](inputs: Vector[InputContext[A]]): IO[String]
  2. abstract def mkOne[A](input: InputContext[A]): IO[String]