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

akka.messenger.messages.InstallCommandHandlerFunction.scala Maven / Gradle / Ivy

package akka.messenger.messages

import akka.messenger.api.messages.{Command, Event}

import scala.concurrent.Future

private[messenger] case class InstallCommandHandlerFunction(commandHandler: PartialFunction[Command, Future[Event]])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy