Interface RqueueUtilityService
- All Known Implementing Classes:
RqueueUtilityServiceImpl
public interface RqueueUtilityService
-
Method Summary
Modifier and TypeMethodDescriptiondeleteMessage(String queueName, String id) reactor.core.publisher.Mono<BooleanResponse> deleteReactiveMessage(String queueName, String messageId) getDataType(String name) reactor.core.publisher.Mono<StringResponse> getReactiveDataType(String name) reactor.core.publisher.Mono<BooleanResponse> makeEmptyReactive(String queueName, String datasetName) moveMessage(MessageMoveRequest messageMoveRequest) reactor.core.publisher.Mono<MessageMoveResponse> moveReactiveMessage(MessageMoveRequest request) reactor.core.publisher.Mono<DataSelectorResponse> reactor.core.publisher.Mono<BaseResponse>
-
Method Details
-
deleteMessage
-
moveMessage
-
makeEmpty
-
getLatestVersion
-
getDataType
-
makeEmptyReactive
reactor.core.publisher.Mono<BooleanResponse> makeEmptyReactive(String queueName, String datasetName) -
deleteReactiveMessage
reactor.core.publisher.Mono<BooleanResponse> deleteReactiveMessage(String queueName, String messageId) -
getReactiveDataType
-
moveReactiveMessage
-
reactivePauseUnpauseQueue
reactor.core.publisher.Mono<BaseResponse> reactivePauseUnpauseQueue(PauseUnpauseQueueRequest request) -
pauseUnpauseQueue
-
reactiveAggregateDataCounter
reactor.core.publisher.Mono<DataSelectorResponse> reactiveAggregateDataCounter(AggregationType type) -
aggregateDataCounter
-