Class ReactiveEventService

    • Constructor Detail

      • ReactiveEventService

        public ReactiveEventService()
    • Method Detail

      • emit

        public void emit​(Event event)
        Description copied from interface: EventService
        Emit an event to the event service.
        Specified by:
        emit in interface EventService
        Parameters:
        event - the event
      • publish

        public io.reactivex.Flowable<org.eclipse.microprofile.reactive.messaging.Message<String>> publish()
        Send the event to the reactive stream destination.
        Returns:
        the flowable stream of messages