Uses of Class
com.microsoft.azure.eventhubs.ErrorContext
-
Packages that use ErrorContext Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of ErrorContext in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return ErrorContext Modifier and Type Method Description ErrorContext
EventHubException. getContext()
Methods in com.microsoft.azure.eventhubs with parameters of type ErrorContext Modifier and Type Method Description void
EventHubException. setContext(ErrorContext errorContext)
-
Uses of ErrorContext in com.microsoft.azure.eventhubs.impl
Subclasses of ErrorContext in com.microsoft.azure.eventhubs.impl Modifier and Type Class Description class
ReceiverContext
class
SenderContext
Methods in com.microsoft.azure.eventhubs.impl that return ErrorContext Modifier and Type Method Description ErrorContext
MessageReceiver. getContext()
ErrorContext
MessageSender. getContext()
-