C# Class pegasus.eventbus.amqp.EventInterceptor

Inheritance: IEventInterceptor
Afficher le fichier Open project: Berico-Technologies/Event-Bus

Méthodes publiques

Méthode Description
EventInterceptor ( IEvent request, System.TimeSpan timeout, string responseTopic ) : System
Intercept ( IEvent possibleResponse ) : void
Intercepts ( IEvent possibleResponse ) : bool
StopWaiting ( ) : void
WaitForResponse ( ) : void

Method Details

EventInterceptor() public méthode

public EventInterceptor ( IEvent request, System.TimeSpan timeout, string responseTopic ) : System
request IEvent
timeout System.TimeSpan
responseTopic string
Résultat System

Intercept() public méthode

public Intercept ( IEvent possibleResponse ) : void
possibleResponse IEvent
Résultat void

Intercepts() public méthode

public Intercepts ( IEvent possibleResponse ) : bool
possibleResponse IEvent
Résultat bool

StopWaiting() public méthode

public StopWaiting ( ) : void
Résultat void

WaitForResponse() public méthode

public WaitForResponse ( ) : void
Résultat void