| | |
| | | * @author helius |
| | | */ |
| | | @Component |
| | | @Deprecated |
| | | @ConditionalOnProperty(prefix = "app", name = "newest-price-update-job-contract", havingValue = "true") |
| | | @ConditionalOnProperty(prefix = "app", name = "newest-price-update-job", havingValue = "true") |
| | | public class OperateOrderPriceConsumer { |
| | | |
| | | |
| | |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | @Deprecated |
| | | @ConditionalOnProperty(prefix = "app", name = "rabbit-consumer", havingValue = "true") |
| | | public class WebsocketPriceConsumer { |
| | | |
| | |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | @ConditionalOnProperty(prefix = "app", name = "newest-price-update-job-contract", havingValue = "true") |
| | | @ConditionalOnProperty(prefix = "app", name = "newest-price-update-job", havingValue = "true") |
| | | @Deprecated |
| | | public class OrderProducerInit { |
| | | |