Class StreamProcessorDescriptor.StreamDescriptor

java.lang.Object
org.nuxeo.runtime.stream.StreamProcessorDescriptor.StreamDescriptor
All Implemented Interfaces:
Descriptor
Enclosing class:
StreamProcessorDescriptor

public static class StreamProcessorDescriptor.StreamDescriptor extends Object implements Descriptor
  • Field Details

  • Constructor Details

    • StreamDescriptor

      public StreamDescriptor()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: Descriptor
      The descriptor id, descriptors with same id are merged.

      To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.

      To forbid merge use a unique value, non-overriden toString() for exemple.

      Specified by:
      getId in interface Descriptor