Uses of Class
io.roastedroot.proxywasm.QueueName
-
-
Uses of QueueName in io.roastedroot.proxywasm
Fields in io.roastedroot.proxywasm declared as QueueName Modifier and Type Field Description QueueName
SimpleSharedQueueHandler.SharedQueue. queueName
The name identifying this queue, composed of a VM ID and queue name string.Methods in io.roastedroot.proxywasm with parameters of type QueueName Modifier and Type Method Description default int
SharedQueueHandler. registerSharedQueue(QueueName name)
Registers a shared queue with the given name, creating it if it doesn't exist, and returns its unique identifier (queue ID).int
SimpleSharedQueueHandler. registerSharedQueue(QueueName queueName)
Registers a new shared queue with the given name or returns the ID if it already exists.default int
SharedQueueHandler. resolveSharedQueue(QueueName name)
Resolves the unique identifier (queue ID) for a shared queue given its name.int
SimpleSharedQueueHandler. resolveSharedQueue(QueueName queueName)
Finds the ID of an existing queue based on its name.Constructors in io.roastedroot.proxywasm with parameters of type QueueName Constructor Description SharedQueue(QueueName queueName, int id)
Constructs a new SharedQueue instance.
-