Interface QueueSplitter
-
- All Known Implementing Classes:
NoOpQueueSplitter,QueueSplitterImpl
public interface QueueSplitterInterface for queues configured to be split in sub-queues. The methodconvertToSubQueue(String, HttpServerRequest)evaluates the convert of the queue name in a sub-queue name.- Author:
- https://github.com/gcastaldi [Giannandrea Castaldi]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringconvertToSubQueue(String queue, io.vertx.core.http.HttpServerRequest request)Convert the queue name in a sub-queue name.io.vertx.core.Future<Void>initialize()
-
-
-
Method Detail
-
initialize
io.vertx.core.Future<Void> initialize()
-
-