All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ing.baker.runtime.common.EventResolutions.scala Maven / Gradle / Ivy

There is a newer version: 4.1.0-RC3
Show newest version
package com.ing.baker.runtime.common

import com.ing.baker.runtime.common.LanguageDataStructures.LanguageApi

trait EventResolutions[F[_]] extends LanguageApi { self =>

  type SensoryEventResultType <: SensoryEventResult { type Language <: self.Language}

  def resolveWhenReceived: F[SensoryEventStatus]

  def resolveWhenCompleted: F[SensoryEventResultType]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy