Interface ITransportConnection
- Namespace
- JobFlow.Core.Infrastructure.Transports
- Assembly
- JobFlow.Core.dll
Connection to a transport communication mechanism.
public interface ITransportConnection
- Extension Methods
Methods
GetListener(string)
Get a listener for a given artifact (e.g. queue) name.
IListener GetListener(string name)
Parameters
name
string
Returns
GetSender(string)
Get a sender for a given artifact (e.g. queue) name.
ISender GetSender(string name)
Parameters
name
string