Szerkesztés

Megosztás a következőn keresztül:


IEventHubReceiver Interface

Definition

Abstraction on EventhubReceiver class, used to configure EventHubReceiver class in EventhubAdapterReceiver, also used to configure EHGeneratorReceiver in EventHubAdapterReceiver for testing purpose

public interface IEventHubReceiver
type IEventHubReceiver = interface
Public Interface IEventHubReceiver
Derived

Methods

CloseAsync()

Send a clean up message

ReceiveAsync(Int32, TimeSpan)

Send a async message to the partition asking for more messages

Applies to