Interface TransportService


  • public interface TransportService
    Message transport service component which facilitates sending the messages via transports. It also works as a transport registry.
    • Method Detail

      • registerTransport

        void registerTransport​(@NotNull
                               @NotNull Transport<?> transport)
      • getTransport

        Transport<?> getTransport​(String name)
        Returns transport with the specified name or throws if no such transport exists.