public interface RoutingServerMessage
It indicates that an instance can be cast to Message
.
if (obj instanceof RoutingServerMessage) {
Message msg = (Message)obj;
// do something
}
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.