亚洲国产婷婷六月丁香,亚洲av永久中文无码精品 ,亚洲av成人精品一区二区三区,亚洲av无码乱码在线观看富二代,亚洲av乱码一区二区三区香蕉

課程目錄: 反應(yīng)式系統(tǒng)編程培訓(xùn)

4401 人關(guān)注
(78637/99817)
課程大綱:

反應(yīng)式系統(tǒng)編程培訓(xùn)

 

 

 

The course starts by showing how to abstract over event handlers.

Then, it explains how to write concurrent systems by using the Actor programming model,

how to make thesesystems resilient to failures, and how to scale out to distributed actors.

Last,the course shows how to manipulate, in a resource efficient way,

intermittent andpotentially infinite streams of data.

During this course we’ll go through:reminder on functional programming

in Scala (case classes,higher-order functions, standard collections),

asynchronous programming with Future,

actor programming model,

introduction to Akka actors,

failure handling with actors using supervision,

actor lifecycle monitoring and Receptionist pattern,

persistent actor state,

distributing actors in a cluster,

eventual consistency,

actor composition,

scaling actor systems,

protocols in Akka typed,

Akka typed adapters,

challenges of stream processing,

the Reactive Streams specification,

introduction to Akka Streams,

streams failure handling and processing rate

streaming protocols and stream composition,

stateful operations and materialized values,

splitting and merging streams,

integrating streams with typed actors.

.