Interface TransportService
public interface TransportService
Message transport service component which facilitates sending the messages via transports.
 It also works as a transport registry.
- 
Method SummaryModifier and TypeMethodDescriptionTransport<?>getTransport(String name) Returns transport with the specified name or throws if no such transport exists.voidregisterTransport(@NotNull Transport<?> transport) voidsend(Message message, String transportName, SendingContext ctx, OperationResult parentResult) 
- 
Method Details- 
registerTransport
- 
getTransportReturns transport with the specified name or throws if no such transport exists.
- 
send
 
-