How to Use findOneAndUpdate() in Mongoose Getting Started Atomic Updates Upsert The `rawResult` Option How to Use findOneAndUpdate() in Mongoose The findOneAndUpdate() fu...
Message Protocol Message Protocol In Riker a single actor system has a defined message type, the protocol. The protocol can be a simple type such as String . A simple String p...
Running Futures Running Futures Riker can execute and drive futures to completion. In fact, internally actors are executed as futures by the dispatcher. This means Riker can ru...
Configuration Basics File Paths Best Practises Default Values Using .config() Module Settings Configuration Basics Riker makes configuration straightforward by using tw...
Actors Defining Actors Creating Actors Actor References Sending Messages Example Actors The actor model is a conceptual model to deal with concurrent computation1 . At the...
Model & Customization Model Trait Default Model Custom Model Model & Customization Riker requires a Model to set the message type used throughout the system and specify mod...