In TIBCO BusinessEvents, which action in a rule's 'then' clause can create a new event and send it to an output destination?
-
A
Event.assertEvent()
-
B
Event.consumeEvent()
-
C
Event.createEvent() followed by sending via a channel destination
-
D
Event.publishEvent()