Class JavaSourceWithoutEventStream

  • All Implemented Interfaces:
    Source

    public class JavaSourceWithoutEventStream
    extends JavaSource
    JavaSourceWithEventStream is a wrapper around a JavaSource which has disabled eventStreaming (JavaSource.isEventStreamRequired()) by default.

    Note that even though event streaming is disabled by default when an instance of this class is created, it might later get changed as this class simply extends JavaSource.

    Author:
    Daniel Bevenius
    • Constructor Detail

      • JavaSourceWithoutEventStream

        public JavaSourceWithoutEventStream​(List<Object> sourceObjects)
      • JavaSourceWithoutEventStream

        public JavaSourceWithoutEventStream​(Object sourceObject)
      • JavaSourceWithoutEventStream

        public JavaSourceWithoutEventStream​(String objectName,
                                            Object sourceObject)