Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.commons.broker
Interface PublishingService<T>

All Known Implementing Classes:
AsyncBrokerService, AsyncBrokerServiceBase, BrokerService, BrokerServiceBase, EventBrokerService, EventReceivingBrokerService, MessageBrokerService, RequestBrokerService, RequestReceivingBrokerService

public interface PublishingService<T>

PublishingService<T> interface defines publisher contract for Publish/Subscribe pattern.


Method Summary
 void publish(T obj)
          Publishes event object.
 

Method Detail

publish

void publish(T obj)
Publishes event object.

Parameters:
obj - event to be processed by subscribers

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.