-
Building Finite State Machine Actors
After watching this video; you will be able to build actors with finite state machine behavior.
-
Configuring Akka
After watching this video; you will be able to configure settings for an actor system in Akka.
-
Configuring Mailboxes
After watching this video; you will be able to configure various actor mailbox types.
-
Creating a Basic Application
After watching this video; you will be able to create a basic application.
-
Creating a Simple Akka Application
After watching this video; you will be able to create a basic Akka application that reponds to messages and uses the Akka testkit.
-
Creating a Supervision Strategy
After watching this video; you will be able to use supervision strategies to create fault tolerance.
-
Creating Futures
After watching this video; you will be able to create and use Akka futures.
-
Creating Persistence
After watching this video; you will be able to create actors with persistent states.
-
Defining Actor References; Paths; and Addresses
After watching this video; you will be able to define actor paths; addresses; and how actor references work with actors.
-
Defining Actors and Actor Systems
After watching this video; you will be able to define actors; their functions; and actor systems.
-
Defining Message Delivery Reliability
After watching this video; you will be able to define message delivery reliability.
-
Describing Concepts and Terminology
After watching this video; you will be able to describe the main concepts used by Akka.
-
Describing Supervision and Monitoring
After watching this video; you will be able to describe how actors supervise and monitor others.
-
Describing the Java Memory Model
After watching this video; you will be able to describe the Java Memory Model and how it works with actors and Futures.
-
Downloading Akka
After watching this video; you will be able to download and install Akka.
-
Introducing Akka
After watching this video; you will be able to describe Akka and its advantages.
-
Managing Futures
After watching this video; you will be able to compose and manage Akka futures.
-
Routing Messages
After watching this video; you will be able to create and configure routers to route messages to actors.
-
Testing Actor Systems
After watching this video; you will be able to test an actor system using the Akka testkit.
-
Using Actors
After watching this video; you will be able to create; send messages between; manipulate; and stop actors.
-
Using Dispatchers
After watching this video; you will be able to configure and use different types of dispatchers.
-
Using Typed Actors
After watching this video; you will be able to create; send messages between; manipulate; and stop typed actors.
-
Working with Agents
After watching this video; you will be able to create; read; update; and configure agents.
-
Using Akka: Implementing Circuit Breakers
After watching this video, you will be able to use circuit breakers to avoid "hanging" applications caused by nonresponsive services.
-
Using Akka: Building Extensions
After watching this video, you will be able to create extensions to add your own features to Akka.
-
Using Akka: Creating a Clustered Akka Application
After watching this video, you will be able to create a clustered Akka application including logging and event subscription.
-
Using Akka: Using the Event Stream
After watching this video, you will be able to use the event stream to publish events.
-
Using Akka: Logging
After watching this video, you will be able to set up logging within an Akka application.
-
Using Akka: Scheduling
After watching this video, you will be able to use the scheduler to create future events.
-
Using Akka: Introducing I/O
After watching this video, you will be able to describe the Akka I/O implementation.
-
Using Akka: Using TCP
After watching this video, you will be able to create and manage connections using TCP.
-
Using Akka: Working with Akka-Camel
After watching this video, you will be able to use the Akka-Camel module to send and receive messages.
-
Using Akka: Using Metrics for Load Balancing
After watching this video, you will be able to use Cluster Metrics Extension to monitor cluster health and perform load balancing.
-
Using Akka: Managing and Configuring Clusters
After watching this video, you will be able to manage clusters using a JMX console or command lines.
-
Using Akka: Remoting
After watching this video, you will be able to monitor and manage actors remotely and enhance remote security.
-
Using Akka: Using Serialization
After watching this video, you will be able to use serialization to convert objects to and retrieve objects from simple byte data.
-
Using Akka: Making Cluster Aware Routers
After watching this video, you will be able to create routers that monitor or deploy routes on cluster nodes.
-
Using Akka: Using Cluster Client
After watching this video, you will be able to communicate with cluster members from outside the cluster using cluster client.
-
Using Akka: Managing Cluster Members
After watching this video, you will be able to manage and remove cluster members.
-
Using Akka: Subscribing to Cluster Events
After watching this video, you will be able to subscribe actors to cluster events.
-
Using Akka: Using Cluster Sharding
After watching this video, you will be able to distribute actors across nodes using cluster sharding.
-
Using Akka: Distributing Messages in Clusters
After watching this video, you will be able to publish and send messages to members.
-
Using Akka: Introducing Clusters
After watching this video, you will be able to describe the advantages of clusters and how they work.
-
Using Akka: Creating Clusters
After watching this video, you will be able to create a cluster and actors that can join its nodes.
-
Using Akka: Integration with JEE Frameworks Like Spring
After watching this video, you will be able to use Akka along with Sprint or any other JEE application.
-
Using Akka: Integration with Play Framework
After watching this video, you will be able to use Akka along with Play Framework as a service backend.
-
Using Akka: Code Organization for Large Projects
After watching this video, you will be able to separate Akka message into its own module, group actors into modules, and deploy those modules independently.
-
Using Akka: Continuous Integration
After watching this video, you will be able to implement continuous integration and deploy large-scale Akka-based applications.