Platform SDK Java 9.0 API Reference

Package com.genesyslab.platform.routing.protocol.routingserver.requests

This package contains requests that your applications can send to Universal Routing Server. For more information on each request, see its individual entry.

Here is a sample of how you can execute a routing strategy using Platform SDK.

[Java]
RequestExecuteStrategy requestExecuteStrategy =
        RequestExecuteStrategy.create();
requestExecuteStrategy.setStrategy("TheRoutingStrategyName");
requestExecuteStrategy.setTenant("TheRoutingStrategyName");

Message response = protocol.request(requestExecuteStrategy);

For more information on Genesys Universal Routing, refer to the Universal Routing Reference Manual. This book tells you how to work with routing strategies, objects, functions, options, and statistics. It also includes a detailed list of Related Documentation Resources, which discusses other sources of information that can be useful when you are working with Genesys Universal Routing.

For general information on the structure and usage of the Platform SDKs, or an introduction to using the Routing Platform SDK, please refer to the Platform SDK Developer's Guide.

Skip navigation links
Platform SDK Java 9.0 API Reference

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