CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ IsAnEvent()

virtual bool Cqrs.Bus.RouteManager.IsAnEvent ( Type  messageType)
protectedvirtual

Checks if the provided messageType implements IEvent<TAuthenticationToken>.

Parameters
messageTypeThe Type of object to check.
Returns
true if messageType implements IEvent<TAuthenticationToken>.