java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.interceptor.OrderQueueProducer

@ApplicationScoped public class OrderQueueProducer extends Object
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 Details

    • OrderQueueProducer

      public OrderQueueProducer()
  • Method Details

    • getOrderQueue

      public Queue<String> getOrderQueue()
      get the order queue that stores the interceptors call order.
      Returns:
      order queue