Class SupervisedGraphStageLogic


  • public abstract class SupervisedGraphStageLogic
    extends GraphStageLogic
    INTERNAL API
    • Constructor Detail

      • SupervisedGraphStageLogic

        public SupervisedGraphStageLogic​(Attributes inheritedAttributes,
                                         Shape shape)
    • Method Detail

      • onRestart

        public void onRestart​(java.lang.Throwable t)
      • onResume

        public abstract void onResume​(java.lang.Throwable t)
      • onStop

        public void onStop​(java.lang.Throwable t)
      • withSupervision

        public <T> scala.Option<T> withSupervision​(scala.Function0<T> f)