Class OrderQueueProducer
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.interceptor.OrderQueueProducer
Creates the order queue that will be used by the interceptors and the test bean to store the order in which this
components are called.
- Author:
- carlosdlr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the order queue that stores the interceptors call order.
-
Constructor Details
-
OrderQueueProducer
public OrderQueueProducer()
-
-
Method Details
-
getOrderQueue
get the order queue that stores the interceptors call order.- Returns:
- order queue
-