Class BinderFactoryListenerTestContext

java.lang.Object
org.activiti.cloud.starters.test.binder.BinderFactoryListenerTestContext

@TestConfiguration public class BinderFactoryListenerTestContext extends Object
  • Constructor Details

    • BinderFactoryListenerTestContext

      public BinderFactoryListenerTestContext()
  • Method Details

    • getQueues

      public Map<String,org.springframework.amqp.core.Queue> getQueues()
    • getAnonymousQueues

      public Map<String,org.springframework.amqp.core.Queue> getAnonymousQueues()
    • getExchanges

      public Map<String,org.springframework.amqp.core.Exchange> getExchanges()
    • getBindings

      public Map<String,org.springframework.amqp.core.Binding> getBindings()
    • afterTestClass

      public void afterTestClass()