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