Interface DestinationResolver


  • public interface DestinationResolver
    Contract for resolving and returning a destination when the destination cannot be directly passed to the producer/consumer.
    Author:
    Ikasan Development Team
    • Method Detail

      • getDestination

        javax.jms.Destination getDestination()
        Get the configured destination from the resolver.
        Returns:
        Destination