public static void ClearSticky <T>(this IEventBusService eventBusService) { eventBusService.GetSticky <T>(DEFAULT_CHANNEL); }
public static T GetSticky <T>(this IEventBusService eventBusService) { return(eventBusService.GetSticky <T>(DEFAULT_CHANNEL)); }