| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventContext
Default immutable implementation of
EventContext. |
| Modifier and Type | Method and Description |
|---|---|
static EventContext |
DefaultEventContext.child(EventContext parent)
Builds a new child execution context from a parent context.
|
static EventContext |
DefaultEventContext.create(FlowConstruct flow,
org.mule.runtime.api.component.location.ComponentLocation location)
Builds a new execution context with the given parameters.
|
static EventContext |
DefaultEventContext.create(FlowConstruct flow,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId)
Builds a new execution context with the given parameters and an empty publisher.
|
static EventContext |
DefaultEventContext.create(FlowConstruct flow,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId,
org.reactivestreams.Publisher<Void> externalCompletionPublisher)
Builds a new execution context with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<EventContext> |
DefaultEventContext.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
static EventContext |
DefaultEventContext.child(EventContext parent)
Builds a new child execution context from a parent context.
|
| Modifier and Type | Method and Description |
|---|---|
EventContext |
Event.getContext() |
| Modifier and Type | Method and Description |
|---|---|
Optional<EventContext> |
EventContext.getParentContext()
Returns
this context's parent if it has one |
| Modifier and Type | Method and Description |
|---|---|
static Event.Builder |
Event.builder(EventContext context)
Create new
Event.Builder. |
static Event.Builder |
Event.builder(EventContext context,
Event event)
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EventContext> |
Pipeline.getSerializationEventContextCache()
Map of current
EventContext instances for Event's that have been serialized. |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
DefaultInterceptionEvent.getContext() |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
MessageProcessorNotification.getEventContext() |
| Constructor and Description |
|---|
MessageProcessorNotification(EnrichedNotificationInfo notificationInfo,
FlowConstruct flowConstruct,
EventContext eventContext,
int action) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EventContext> |
AbstractPipeline.getSerializationEventContextCache() |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
CursorContext.getOwnerContext() |
| Constructor and Description |
|---|
CursorContext(org.mule.runtime.api.streaming.CursorProvider cursorProvider,
EventContext ownerContext)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
EventContext |
DefaultEventBuilder.EventImplementation.getContext() |
| Constructor and Description |
|---|
DefaultEventBuilder(EventContext messageContext) |
DefaultEventBuilder(EventContext messageContext,
Event event) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.