Interface URLOutputNode.StreamListener

  • All Superinterfaces:
    EventListener
    Enclosing class:
    URLOutputNode

    public static interface URLOutputNode.StreamListener
    extends EventListener
    This listener will be informed whenever a Stream has been successfully written on the server side.

    Notifications about failed writing attempts can be received with a JobListener.

    Since:
    jadice server 5.4.2.0
    • Method Detail

      • streamWritten

        void streamWritten​(StreamDescriptor descriptor,
                           URL location)
        This method will be called when the server has written a Stream
        Parameters:
        descriptor - The Stream's metadata
        location - The location of the Stream written