pekko/akka-docs/rst/scala
Patrik Nordwall c566d5a106 per #15423 Remove deprecated features from akka-persistence
* remove channels
* remove View
* remove Processor
* collapse the complicated internal state management
  that was spread out between Processor, Eventsourced and Recovery
* remove Recovery trait, this caused some duplication between Eventsourced
  and PersistentView, but but the enhanced PersistentView will not be based
  on recovery infrastructure, and therefore PersistentView code will be replaced anyway
* remove PersistentBatch
* remove LoopMessage
* remove deleteMessages of individual messages
* remove Persistent, PersistentRepr and PersistentImpl are kept
* remove processorId
* update doc sample code
* note in migration guide about persistenceId
* rename Resequencable to PersistentEnvelope
2014-12-12 16:18:47 +01:00
..
code/docs per #15423 Remove deprecated features from akka-persistence 2014-12-12 16:18:47 +01:00
actordsl.rst =doc #3564 Moving the Actor DSL doc section 2013-12-17 12:21:52 -05:00
actors.rst =doc fix typo 2014-12-06 10:06:59 +01:00
agents.rst add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
camel.rst add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
cluster-usage.rst =doc #15489 document the possibility to see cluster member roles via JMX 2014-11-22 11:58:53 +01:00
dispatchers.rst +act #2075 Added possibility to pass an ExecutionContext to an ActorSystem 2014-01-16 23:24:06 +01:00
event-bus.rst +act #15163 allows to suppress certain messages from being dead-letter-ed 2014-12-01 17:03:13 +01:00
extending-akka.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance-sample.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance.rst =doc #3573 Clarify maxNrOfRetries in supervisor strategies 2014-01-22 16:29:58 +01:00
fsm.rst +doc #15542 Change FSM doc rst file to correctly specify None value for infinite timeout rather than Duration.Inf 2014-11-06 22:43:54 -05:00
futures.rst add Futures.promise to the docs 2013-05-09 21:50:28 +02:00
hello-world.rst =doc clean up what-is-akka.rst and switch to www.typesafe.com 2014-03-13 12:42:47 +01:00
howto.rst =doc #3500 Add section about Dependency Injection 2013-08-26 09:58:16 +02:00
index-actors.rst !cha #3789: Remove typed channels 2014-01-17 14:56:51 +01:00
index-futures.rst =tra #3668 Deprecate transactors 2013-12-13 11:00:06 +01:00
index-network.rst !act #3812: Remove Pipelines 2014-01-17 15:52:24 +01:00
index-utilities.rst =dur #3664 Deprecate durable mailboxes 2013-12-13 07:38:15 +01:00
io-tcp.rst +act #3586 #3807 Implement mandatory read throttling 2014-01-17 18:27:56 +01:00
io-udp.rst !act #15626 expose DatagramChannel creation in DatagramChannelCreator 2014-08-19 14:02:23 +03:00
io.rst !act #3812: Remove Pipelines 2014-01-17 15:52:24 +01:00
logging.rst +act,slf #11715 Add configurable LoggingFilter 2014-08-11 20:08:44 +02:00
mailboxes.rst +act - #15501 - Adding support for a Non-blocking, bounded, MPMC mailbox called 'NonBlockingBoundedMailbox' 2014-08-08 14:20:39 +02:00
microkernel.rst =doc Describe how to use microKernel with sbt-native-packager 2014-10-31 11:30:05 +01:00
persistence.rst per #15423 Remove deprecated features from akka-persistence 2014-12-12 16:18:47 +01:00
remoting.rst =doc #16300 correct remote doc to right package 2014-11-14 01:21:31 +08:00
routing.rst +act #13004 Adding TailChopping router 2014-07-29 20:27:03 +02:00
scheduler.rst =act #3572 Add parens to sender 2014-01-17 18:21:14 +01:00
serialization.rst =doc Fix a few typos in docs 2013-12-15 17:42:03 +01:00
testing.rst =doc #13043 Adding section on testing parent-child relationships 2014-10-31 15:43:20 +01:00
testkit-example.rst Fix one more broken code include in docs. See #3374 2013-05-23 09:48:30 +02:00
typed-actors.rst =doc Fix wrong rst format 2014-11-10 17:28:16 +01:00
zeromq.rst add links to reference.conf to docs 2014-03-24 12:02:47 +01:00