Metadata >> NuGet >> paramore.brighter.serviceactivator

paramore.brighter.serviceactivator

Metadata

Authors Ian Cooper
Copyrights Copyright © 2014 Ian Cooper
Description The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers
Language en-GB
LicenseUrl http://ianhammondcooper.mit-license.org/
Owners Ian Cooper
ProjectUrl http://iancooper.github.io/Paramore
ReleaseNotes Easly alpha release
RequireLicenseAcceptance False
Summary A service activator allows services that are invokable directly, i.e. paramore command processor handlers, to be invoked through decoupled invocation
Tags .NET
Dependencies Paramore.Brighter.CommandProcessor:5.0.323|Newtonsoft.Json:6.0.8|Polly:2.2.3
Title Paramore.Brighter.ServiceActivator
PackageSize 84160
PackageHashAlgorithm SHA512
PackageHash N7eCRqMv1uwMUr+ZbeyW1PqPeheb34r4oCtHvSG+ziJPs6yovCG2PVYw7O80I1X1RPB+N88uHmKS78LKg0pHeA==
DownloadCount 000000
CreatedDate 2015-08-12T10:10:06

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install paramore.brighter.serviceactivator -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install paramore.brighter.serviceactivator -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package paramore.brighter.serviceactivator
Installing the package (HTTP Basic authentication):
Install-Package paramore.brighter.serviceactivator -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package paramore.brighter.serviceactivator -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package paramore.brighter.serviceactivator

OpenWrap

Installing the package:
o add-wrap paramore.brighter.serviceactivator
Uninstalling the package:
o remove-wrap paramore.brighter.serviceactivator

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
5.0.323
4.0.215
3.0.129
2.0.1.0
2.0.0.0
1.0.2.0
1.0.1.1
1.0.0.0
1.0.0-alpha001