Tag Archives: CEI

How to emit a Common Base Event in Java

A quick tip on how to emit a CBE. I usually put this block of code into a utility java project and add it to my module’s dependency editor so I can emit events in my modules. ECSEmitter emitter = new ECSEmitter(“com/ibm/events/configuration/emitter/Default”, null); // create common base event eventCommonBaseEvent cbe = emitter.createCommonBaseEvent(null); // Work your […]

Read more