Package dev.getelements.elements.rt
Interface EventContext
- All Known Implementing Classes:
SimpleEventContext
public interface EventContext
Manages events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe timeout for theEventContextin milliseconds. -
Method Summary
Modifier and TypeMethodDescriptionvoidpostAsync(String eventName, Attributes attributes, Object... args) default voidstart()Starts thisEventContext.default voidstop()Stops thisEventContext.
-
Field Details
-
EVENT_TIMEOUT_MSEC
The timeout for theEventContextin milliseconds.- See Also:
-
-
Method Details
-
start
default void start()Starts thisEventContext. -
stop
default void stop()Stops thisEventContext. -
postAsync
-