C# Class Pepino.Dispatcher.IronMq.RestSharpIronMqClientAdapter

Inheritance: IIronMqPusher, IPoller
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
Push ( object command, bool wrapInQueuedCommandStructure = true ) : void
RestSharpIronMqClientAdapter ( ICommandSerializer serializer, ICommandDeserializer deserializer, ICommandDispatcher commandDispatcher, IIronMqSettings settings ) : System
StartPolling ( int secondsInterval ) : void
StopPolling ( ) : void

Private Methods

Méthode Description
BuildRestRequest ( string resource, Method method ) : RestRequest
DispatchOneMessage ( ) : void
GetRequest ( object command, bool wrapInQueuedCommandStructure ) : RestRequest

Method Details

Push() public méthode

public Push ( object command, bool wrapInQueuedCommandStructure = true ) : void
command object
wrapInQueuedCommandStructure bool
Résultat void

RestSharpIronMqClientAdapter() public méthode

public RestSharpIronMqClientAdapter ( ICommandSerializer serializer, ICommandDeserializer deserializer, ICommandDispatcher commandDispatcher, IIronMqSettings settings ) : System
serializer ICommandSerializer
deserializer ICommandDeserializer
commandDispatcher ICommandDispatcher
settings IIronMqSettings
Résultat System

StartPolling() public méthode

public StartPolling ( int secondsInterval ) : void
secondsInterval int
Résultat void

StopPolling() public méthode

public StopPolling ( ) : void
Résultat void