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

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

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

import com.ing.baker.runtime.common.SensoryEventStatus

import scala.concurrent.Future

case class EventResolutions(
                             resolveWhenReceived: Future[SensoryEventStatus],
                             resolveWhenCompleted: Future[SensoryEventResult]
) extends EventResolutionsF[Future]





© 2015 - 2024 Weber Informatics LLC | Privacy Policy