public interface EventsPublisherService
boolean publishEvent(String streamName, String version, Object[] metaDataArray, Object[] correlationDataArray, Object[] payloadDataArray) throws DataPublisherConfigurationException
streamName - is the name of the stream that the data needs to pushedversion - is the version of the streammetaDataArray - - meta data that needs to pushedcorrelationDataArray - - correlation data that needs to be pushedpayloadDataArray - - payload data that needs to be pushedDataPublisherConfigurationExceptionCopyright © 2017 WSO2. All rights reserved.