public interface MessageQueue extends AutoCloseable
long
count()
String
poll()
void
pollGet(Consumer<String> callback)
boolean
push(String msg_id)
close
boolean push(String msg_id)
String poll()
void pollGet(Consumer<String> callback)
long count()
Copyright © 2021. All rights reserved.