| Modifier and Type | Class and Description |
|---|---|
static interface |
ReceivePump.IPartitionReceiver |
| Constructor and Description |
|---|
ReceivePump(String eventHubName,
String consumerGroupName,
ReceivePump.IPartitionReceiver receiver,
PartitionReceiveHandler receiveHandler,
boolean invokeOnReceiveWithNoEvents,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
void |
receiveAndProcess() |
void |
run() |
CompletableFuture<Void> |
stop() |
public ReceivePump(String eventHubName, String consumerGroupName, ReceivePump.IPartitionReceiver receiver, PartitionReceiveHandler receiveHandler, boolean invokeOnReceiveWithNoEvents, Executor executor)
public void receiveAndProcess()
public CompletableFuture<Void> stop()
public boolean isRunning()
Copyright © 2019. All rights reserved.