public class ErrorHandlingContext extends Object
| Constructor and Description |
|---|
ErrorHandlingContext(String id) |
ErrorHandlingContext(String id,
EventType argumentEventType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Optional<EventType> |
getArgumentEventType() |
Set<org.mule.runtime.api.meta.model.error.ErrorModel> |
getUnhandledErrors() |
void |
handle(ErrorMatcher errorMatcher) |
boolean |
isOpen() |
void |
union(Set<org.mule.runtime.api.meta.model.error.ErrorModel> errorModels) |
public ErrorHandlingContext(String id)
public Set<org.mule.runtime.api.meta.model.error.ErrorModel> getUnhandledErrors()
public void union(Set<org.mule.runtime.api.meta.model.error.ErrorModel> errorModels)
public void handle(ErrorMatcher errorMatcher)
public void close()
public boolean isOpen()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.