Interface AsyncQueueEnabledTransport

All Known Implementing Classes:
NIOTransport, TCPNIOTransport, UDPNIOTransport

public interface AsyncQueueEnabledTransport
Interface, which Transports should implement if they support AsyncQueues.
Author:
Alexey Stashok
  • Method Summary

    Modifier and Type
    Method
    Description
    Get asynchronous queue implementation.
  • Method Details

    • getAsyncQueueIO

      AsyncQueueIO getAsyncQueueIO()
      Get asynchronous queue implementation.
      Returns:
      asynchronous queue implementation.