public final class ServiceBusErrorContext extends Object
Service Bus processor.ServiceBusProcessorClient| Modifier and Type | Method and Description |
|---|---|
String |
getEntityPath()
Gets the entity path associated with the error event.
|
ServiceBusErrorSource |
getErrorSource()
Gets the source associated with the error.
|
Throwable |
getException()
Gets the exception that triggered the call to the error event handler.
|
String |
getFullyQualifiedNamespace()
Gets the namespace name associated with the error event.
|
public Throwable getException()
public ServiceBusErrorSource getErrorSource()
public String getFullyQualifiedNamespace()
public String getEntityPath()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.