public class EventHubReceiverImpl extends Object implements IEventHubReceiver
Constructor and Description |
---|
EventHubReceiverImpl(EventHubSpoutConfig config,
String partitionId) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Map<String,Object> |
getMetricsData() |
boolean |
isOpen() |
void |
open(IEventFilter filter) |
EventDataWrap |
receive() |
public EventHubReceiverImpl(EventHubSpoutConfig config, String partitionId)
public void open(IEventFilter filter) throws EventHubException
open
in interface IEventHubReceiver
EventHubException
public void close()
close
in interface IEventHubReceiver
public boolean isOpen()
isOpen
in interface IEventHubReceiver
public EventDataWrap receive()
receive
in interface IEventHubReceiver
public Map<String,Object> getMetricsData()
getMetricsData
in interface IEventHubReceiver
Copyright © 2022 The Apache Software Foundation. All rights reserved.