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

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

The 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