Interface TransportChannel

All Known Implementing Classes:
TaskTransportChannel, TcpTransportChannel

public interface TransportChannel
A transport channel allows to send a response to a request on the channel.
  • Method Details

    • getProfileName

      String getProfileName()
    • sendResponse

      void sendResponse(TransportResponse response)
    • sendResponse

      void sendResponse(Exception exception)
    • getVersion

      default TransportVersion getVersion()
      Returns the version of the data to communicate in this channel.