Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol.messageserver
Interface MessageServerMessage


public interface MessageServerMessage

MessageServerMessage is message server message marker.

It indicates that an instance can be cast to Message.


     if (obj instanceof MessageServerMessage) {
         Message msg = (Message)obj;
         // do something
     }
 



Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.