Interface IProtocolProvider
Represents a provider associating with a custom protocol, e.g. artemis://
public interface IProtocolProvider
Methods
AssociateWithProtocol(string)
Associate Artemis with the provided custom protocol.
Task AssociateWithProtocol(string protocol)
Parameters
protocolstringThe protocol to associate Artemis with.
Returns
DisassociateWithProtocol(string)
Disassociate Artemis with the provided custom protocol.
Task DisassociateWithProtocol(string protocol)
Parameters
protocolstringThe protocol to disassociate Artemis with.