JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
dev.galasa.framework.spi
Interface IEventsService
public interface
IEventsService
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
produceEvent
(
String
topic,
IEvent
event)
void
shutdown
()
Method Details
produceEvent
void
produceEvent
(
String
topic,
IEvent
event)
throws
EventsException
Throws:
EventsException
shutdown
void
shutdown
()