public class AbstractBenchmark extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.component.location.ComponentLocation |
CONNECTOR_LOCATION |
static String |
CONNECTOR_NAME |
static String |
FLOW_NAME |
static String |
KEY |
static String |
PAYLOAD |
static String |
VALUE |
| Constructor and Description |
|---|
AbstractBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
InternalEvent |
createEvent(Flow flow) |
InternalEvent |
createEvent(Flow flow,
Object payload) |
Flow |
createFlow(MuleContext muleContext) |
MuleContext |
createMuleContext() |
MuleContext |
createMuleContextWithServices() |
public static final String CONNECTOR_NAME
public static final String FLOW_NAME
public static final String PAYLOAD
public static final String KEY
public static final String VALUE
public static final org.mule.runtime.api.component.location.ComponentLocation CONNECTOR_LOCATION
public MuleContext createMuleContext() throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic MuleContext createMuleContextWithServices() throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic Flow createFlow(MuleContext muleContext)
public InternalEvent createEvent(Flow flow)
public InternalEvent createEvent(Flow flow, Object payload)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.