@Deprecated public interface ApplicationMessageListener
@Deprecated String getName()
@Deprecated String getAppId()
@Deprecated void onBind(String queueName)
queueName - the queue name.@Deprecated void onUnbind(String queueName)
queueName - the queue name.@Deprecated void onReceive(String queueName, String contentType, byte[] body)
queueName - the queue name.contentType - the mime type of contentbody - the content body.Copyright © 2016–2018. All rights reserved.