Class FlowableEventSpringExtension

java.lang.Object
org.flowable.eventregistry.test.FlowableEventExtension
org.flowable.eventregistry.spring.test.FlowableEventSpringExtension
All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.Extension, org.junit.jupiter.api.extension.ParameterResolver

public class FlowableEventSpringExtension extends FlowableEventExtension
An extension that uses SpringExtension to get the EventRegistryEngine from the ApplicationContext and make it available for the FlowableEventExtension. NB: The EventConfigurationResource is ignored as the EventRegistryEngine is taken from the Spring application context
  • Constructor Details

    • FlowableEventSpringExtension

      public FlowableEventSpringExtension()
  • Method Details