Class BaseReactorContext<E extends Exception,​A extends Action<E>>

    • Constructor Detail

      • BaseReactorContext

        public BaseReactorContext()
    • Method Detail

      • addOutstanding

        protected void addOutstanding​(A action)
      • addOutstanding

        protected void addOutstanding​(Collection<A> action)
      • addSuppresed

        protected void addSuppresed​(E common,
                                    A action)
      • createException

        protected abstract E createException()