Class StreamProcessorDescriptor.ComputationDescriptor

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

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

    • name

      public String name
    • concurrency

      public Integer concurrency
  • Constructor Details

    • ComputationDescriptor

      public ComputationDescriptor()
  • 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