IEventHubReceiver
interface
Namespace: Orleans.Streaming.EventHubs
Abstraction on EventhubReceiver class, used to configure EventHubReceiver class in EventhubAdapterReceiver, also used to configure EHGeneratorReceiver in EventHubAdapterReceiver for testing purpose
public interface IEventHubReceiverMethods
CloseAsyncSend a clean up messageCloseAsync(CancellationToken)Sends a cleanup message which can be canceled.ReceiveAsync(int, TimeSpan)Send an async message to the partition asking for more messages
