Class EmbeddedPipeline

    • Constructor Detail

      • EmbeddedPipeline

        public EmbeddedPipeline​(Identity identity,
                                TypeValidator validator,
                                Handler... handlers)
        Creates a new embedded pipeline and adds all given handler to it. Handler are added with their simple class name.
        Parameters:
        handlers - the handlers
    • Method Detail

      • inboundMessages

        public io.reactivex.rxjava3.core.Observable<Pair<CompressedPublicKey,​Object>> inboundMessages()
        Returns:
        all messages that passes the pipeline until the end
      • inboundEvents

        public io.reactivex.rxjava3.core.Observable<Event> inboundEvents()
        Returns:
        all events that passes the pipeline until the end
      • outboundMessages

        public io.reactivex.rxjava3.core.Observable<ApplicationMessage> outboundMessages()
        Returns:
        all messages that passes the pipeline until the end