Exemplo n.º 1
0
 private StatusOptions CreateStatusOptions(EventProcessorAttribute attribute)
 {
     return(new StatusOptions(attribute.StorageProvider, attribute.ShardingStrategy, attribute.StatusMode));
 }
 private EventSubscribeOptions CreateEventSubscribeOptions(string fullName, EventProcessorAttribute attribute)
 {
     return(new EventSubscribeOptions(attribute.MQProvider, attribute.Topic, fullName));
 }