Uses of Class
com.microsoft.azure.eventprocessorhost.PartitionContext
-
-
Uses of PartitionContext in com.microsoft.azure.eventprocessorhost
Methods in com.microsoft.azure.eventprocessorhost with parameters of type PartitionContext Modifier and Type Method Description T
IEventProcessorFactory. createEventProcessor(PartitionContext context)
Called to create an event processor for the given partition.void
IEventProcessor. onClose(PartitionContext context, CloseReason reason)
Called by processor host to indicate that the event processor is being stopped.void
IEventProcessor. onError(PartitionContext context, Throwable error)
Called when the underlying client experiences an error while receiving.void
IEventProcessor. onEvents(PartitionContext context, Iterable<EventData> events)
Called by the processor host when a batch of events has arrived.void
IEventProcessor. onOpen(PartitionContext context)
Called by processor host to initialize the event processor.
-