toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
alerts
/
ru.sydis.alerts.queue
/
IMessageQueue
IMessage
Queue
interface
IMessageQueue
Inheritors
MessageQueue
MessageQueuePeriodicCleanerDecorator
MessageQueueShowSizeDecorator
MessageQueueSizeDecorator
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
items
List
Link copied to clipboard
abstract
fun
itemsList
(
)
:
List
<
QueueItem
>
pop
Link copied to clipboard
abstract
fun
pop
(
)
:
Pair
<
ProtoValue
,
TimeStamp
>
?
abstract
fun
pop
(
msgCount
:
Int
)
:
List
<
Pair
<
ProtoValue
,
TimeStamp
>
>
push
Link copied to clipboard
abstract
fun
push
(
fullMessageList
:
List
<
Pair
<
ProtoValue
,
TimeStamp
>
>
)
:
List
<
UUID
>
abstract
fun
push
(
fullMessage
:
ProtoValue
,
ts
:
TimeStamp
)
:
UUID
remove
Link copied to clipboard
abstract
fun
remove
(
uuid
:
UUID
)
abstract
fun
remove
(
uuidList
:
List
<
UUID
>
)