Akka.Interfaced
0.4.0
See the version list below for details.
dotnet add package Akka.Interfaced --version 0.4.0
NuGet\Install-Package Akka.Interfaced -Version 0.4.0
<PackageReference Include="Akka.Interfaced" Version="0.4.0" />
paket add Akka.Interfaced --version 0.4.0
#r "nuget: Akka.Interfaced, 0.4.0"
// Install Akka.Interfaced as a Cake Addin #addin nuget:?package=Akka.Interfaced&version=0.4.0 // Install Akka.Interfaced as a Cake Tool #tool nuget:?package=Akka.Interfaced&version=0.4.0
Akka.Interfaced
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Akka (>= 1.0.8)
- Akka.Interfaced-Base (>= 0.4.0)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Akka.Interfaced:
Package | Downloads |
---|---|
Akka.Interfaced.Templates
Akka.Interfaced.Templates |
|
Akka.Interfaced.ProtobufSerializer
Akka.Interfaced |
|
Akka.Interfaced.SlimSocket.Server
Akka.Interfaced.SlimSocket.Server |
|
Akka.Interfaced.TestKit
Helpful test kit for a project using Akka.Interfaced |
|
Akka.Interfaced.LogFilter
LogFilter for Akka.Interfaced Actor |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.5.4 | 6,578 | 9/23/2016 |
0.5.3 | 3,563 | 7/16/2016 |
0.5.2 | 3,456 | 7/11/2016 |
0.5.1 | 3,398 | 7/7/2016 |
0.5.0 | 3,287 | 7/4/2016 |
0.4.1 | 4,730 | 6/23/2016 |
0.4.0 | 2,725 | 6/20/2016 |
0.3.2 | 3,065 | 5/30/2016 |
0.3.1 | 3,034 | 5/29/2016 |
0.3.0 | 2,998 | 5/27/2016 |
0.2.2 | 4,239 | 5/3/2016 |
0.2.1 | 2,796 | 4/25/2016 |
0.2.0 | 4,111 | 4/6/2016 |
Allow normal and slim client work together #29
Sync actor handler & async observer handler. #26
Support actor, observer interface inheritance. #27
Refactoring ActorBoundSession. #24 #27
Add observer context. #25
Allow normal and slim client work together. #29
Remove IDisposable from InterfacedObserver.
Remove ctor(IActorRef) of generated observer class.
Add ObjectNotificationChannel.
Add warning log for receiving bad messages.
Check a type of observer instance passed via rpc.
Add missing fault handling of AkkaAskRequestWaiter.
Add RequestHandlerNotFoundException.