java.lang.Object
org.activiti.cloud.starters.test.binder.BinderFactoryListenerTestContext
@TestConfiguration
public class BinderFactoryListenerTestContext
extends Object
-
Constructor Summary
Constructors
-
Method Summary
void
Map<String,org.springframework.amqp.core.Queue>
Map<String,org.springframework.amqp.core.Binding>
Map<String,org.springframework.amqp.core.Exchange>
Map<String,org.springframework.amqp.core.Queue>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()