Akka.Interfaced
0.3.0
See the version list below for details.
dotnet add package Akka.Interfaced --version 0.3.0
NuGet\Install-Package Akka.Interfaced -Version 0.3.0
<PackageReference Include="Akka.Interfaced" Version="0.3.0" />
paket add Akka.Interfaced --version 0.3.0
#r "nuget: Akka.Interfaced, 0.3.0"
// Install Akka.Interfaced as a Cake Addin #addin nuget:?package=Akka.Interfaced&version=0.3.0 // Install Akka.Interfaced as a Cake Tool #tool nuget:?package=Akka.Interfaced&version=0.3.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.3.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 |
Enhance the readability of code setting observer. #15
Let observer handler work with ExtendedHandler and Filter like Interfaced handler. #16
Better error exception for invalid signature of extended handler. #17
Utility for checking signature of extended handler. #18
Rename a target argument of Whatever_Invoke.InvokeAsync #19
Change InterfacedActor<T> to InterfacedActor. #20
Exception policy for handling request, notification and message. #21
Concise way for retrieving InterfacedActorRef on slim-client. #23