Interface RqueueSystemManagerService
- All Superinterfaces:
org.springframework.context.ApplicationListener<RqueueBootstrapEvent>,EventListener
- All Known Implementing Classes:
RqueueSystemManagerServiceImpl
public interface RqueueSystemManagerService
extends org.springframework.context.ApplicationListener<RqueueBootstrapEvent>
-
Method Summary
Modifier and TypeMethodDescriptiondeleteQueue(String queueName) reactor.core.publisher.Mono<BaseResponse> deleteReactiveQueue(String queueName) getQueueConfig(String queueName) getQueueConfigs(Collection<String> queues) Methods inherited from interface org.springframework.context.ApplicationListener
onApplicationEvent
-
Method Details
-
deleteQueue
-
getQueues
-
getQueueConfigs
-
getQueueConfigs
List<QueueConfig> getQueueConfigs() -
getSortedQueueConfigs
List<QueueConfig> getSortedQueueConfigs() -
getQueueConfig
-
deleteReactiveQueue
-