Interface WantsTicketRouter


public interface WantsTicketRouter
For TicketResolvers that want to be able to resolve arbitrary tickets, implement this interface and the TicketRouter that is associated with this resolver will set itself.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setTicketRouter

      void setTicketRouter(TicketRouter ticketRouter)