Interface IBasicPublishBatch
public interface IBasicPublishBatch
- Extension Methods
Methods
Add(string, string, bool, IBasicProperties, byte[])
[Obsolete("Use Add(string exchange, string routingKey, bool mandatory, IBasicProperties properties, ReadOnlyMemory<byte> body) instead. Will be replaced in version 7.0", false)]
void Add(string exchange, string routingKey, bool mandatory, IBasicProperties properties, byte[] body)
Parameters
exchange
stringroutingKey
stringmandatory
boolproperties
IBasicPropertiesbody
byte[]
Publish()
void Publish()