Universal Messaging 9.7 | Universal Messaging Developer Guide | Enterprise APIs | Enterprise Developer's Guide for Java | General Features | Events
 
Events
Each nConsumeEvent object has an nEventAtrributes object associated with it which contains all available meta data associated with the event
Constructing an Event
In this Javacode snippet, we construct our Universal Messaging Event object (nConsumeEvent), and, in this example, passa byte array data into the constructor:

nConsumeEvent evt = new nConsumeEvent( "String", "Hello World".getBytes() );

Copyright © 2013-2015 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.