Class InboundEventStaticKeyDetector<T>

java.lang.Object
org.flowable.eventregistry.impl.keydetector.InboundEventStaticKeyDetector<T>
All Implemented Interfaces:
InboundEventKeyDetector<T>

public class InboundEventStaticKeyDetector<T> extends Object implements InboundEventKeyDetector<T>
Author:
Joram Barrez
  • Field Details

    • staticKey

      protected String staticKey
  • Constructor Details

    • InboundEventStaticKeyDetector

      public InboundEventStaticKeyDetector(String staticKey)
  • Method Details