Interface Destination

All Known Implementing Classes:
BaseDestination

@ProviderType public interface Destination
Author:
Michael C. Han, Brian Wing Shun Chan
  • Method Details

    • close

      void close()
    • close

      void close(boolean force)
    • destroy

      void destroy()
    • getDestinationStatistics

      DestinationStatistics getDestinationStatistics()
    • getDestinationType

      String getDestinationType()
    • getName

      String getName()
    • open

      void open()
    • send

      void send(Message message)