|
Akka/Scala example source code file (JavaJournalSpec.scala)
The JavaJournalSpec.scala Akka example source code/** * Copyright (C) 2014 Typesafe Inc. <http://www.typesafe.com> */ package akka.persistence.japi.journal import akka.persistence.journal.JournalSpec import com.typesafe.config.Config import org.junit.runner.RunWith import org.scalatest.junit.JUnitRunner /** * JAVA API * * Java / JUnit API for [[akka.persistence.journal.JournalSpec]]. * * In case your journal plugin needs some kind of setup or teardown, override the `beforeAll` or `afterAll` * methods (don't forget to call `super` in your overriden methods). * * @see [[akka.persistence.journal.JournalSpec]] * @see [[akka.persistence.journal.JournalPerfSpec]] * @param config configures the Journal plugin to be tested */ @RunWith(classOf[JUnitRunner]) class JavaJournalSpec(val config: Config) extends JournalSpec Other Akka source code examplesHere is a short list of links related to this Akka JavaJournalSpec.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.