Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.commons.broker
Class BrokerService<T>

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.commons.broker.BrokerServiceBase<T>
      extended by com.genesyslab.platform.applicationblocks.commons.broker.BrokerService<T>
All Implemented Interfaces:
PublishingService<T>, SubscriptionService<T>

Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously.

@Deprecated
public final class BrokerService<T>
extends BrokerServiceBase<T>

BrokerService class implements a general purpose broker service.


Constructor Summary
BrokerService()
          Deprecated. Creates an instance.
BrokerService(int capacity)
          Deprecated. Creates an instance.
 
Method Summary
 
Methods inherited from class com.genesyslab.platform.applicationblocks.commons.broker.BrokerServiceBase
notify, onNotificationException, onPublish, publish, register, register, switchSubscribersList, unregister, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerService

public BrokerService()
Deprecated. 
Creates an instance.


BrokerService

public BrokerService(int capacity)
Deprecated. 
Creates an instance.

Parameters:
capacity - the maximum number of subscribers the broker service will serve

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.