Platform SDK Java 8.5 API Reference

com.genesyslab.platform.voice.protocol.tserver
Interface TServerMessage


public interface TServerMessage

TServerMessage is TServer message marker.

It indicates that an instance can be cast to Message.


     if (obj instanceof TServerMessage) {
         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.