Interface EventPublisher


@NonNullByDefault public interface EventPublisher
The EventPublisher posts Events through the openHAB event bus in an asynchronous way. Posted events can be received by implementing the EventSubscriber callback interface.
Author:
Stefan Bußweiler - Initial contribution
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    post(Event event)
    Posts an event through the event bus in an asynchronous way.