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
EventHubException
void close()
boolean isOpen()
EventDataWrap receive()
Copyright © 2022 The Apache Software Foundation. All rights reserved.