public interface IEventHubReceiver
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| Map<String,Object> | getMetricsData() | 
| boolean | isOpen() | 
| void | open(IEventFilter filter) | 
| EventDataWrap | receive() | 
void open(IEventFilter filter) throws EventHubException
EventHubExceptionvoid close()
boolean isOpen()
EventDataWrap receive()
Copyright © 2019 The Apache Software Foundation. All rights reserved.