Class AbstractDurableLocalCommandBusIT<DURABLE_QUEUES extends DurableQueues,UOW extends UnitOfWork,UOW_FACTORY extends UnitOfWorkFactory<UOW>>
java.lang.Object
dk.cloudcreate.essentials.components.foundation.test.reactive.command.AbstractDurableLocalCommandBusIT<DURABLE_QUEUES,UOW,UOW_FACTORY>
public abstract class AbstractDurableLocalCommandBusIT<DURABLE_QUEUES extends DurableQueues,UOW extends UnitOfWork,UOW_FACTORY extends UnitOfWorkFactory<UOW>>
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DurableLocalCommandBusprotected DURABLE_QUEUESprotected dk.cloudcreate.essentials.components.foundation.test.reactive.command.AbstractDurableLocalCommandBusIT.TestSendAndDontWaitErrorHandlerstatic final Stringprotected UOW_FACTORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract DURABLE_QUEUEScreateDurableQueues(UOW_FACTORY unitOfWorkFactory) protected abstract UOW_FACTORY
-
Field Details
-
ON_PURPOSE
- See Also:
-
unitOfWorkFactory
-
durableQueues
-
commandBus
-
errorHandler
protected dk.cloudcreate.essentials.components.foundation.test.reactive.command.AbstractDurableLocalCommandBusIT.TestSendAndDontWaitErrorHandler errorHandler
-
-
Constructor Details
-
AbstractDurableLocalCommandBusIT
public AbstractDurableLocalCommandBusIT()
-
-
Method Details
-
createDurableQueues
-
createUnitOfWorkFactory
-