public class EventDumpOperation extends Object implements TroubleshootingOperation
The name of the operation is "events".
Arguments:
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_ARGUMENT_DESCRIPTION |
static String |
APPLICATION_ARGUMENT_NAME |
static String |
EVENT_DUMP_OPERATION_DESCRIPTION |
static String |
EVENT_DUMP_OPERATION_NAME |
| Constructor and Description |
|---|
EventDumpOperation(DeploymentService deploymentService) |
| Modifier and Type | Method and Description |
|---|---|
TroubleshootingOperationCallback |
getCallback()
Returns the
TroubleshootingOperationCallback for this operation. |
TroubleshootingOperationDefinition |
getDefinition()
Returns the
TroubleshootingOperationDefinition for this operation. |
public static final String EVENT_DUMP_OPERATION_NAME
public static final String EVENT_DUMP_OPERATION_DESCRIPTION
public static final String APPLICATION_ARGUMENT_NAME
public static final String APPLICATION_ARGUMENT_DESCRIPTION
public EventDumpOperation(DeploymentService deploymentService)
public TroubleshootingOperationDefinition getDefinition()
TroubleshootingOperationTroubleshootingOperationDefinition for this operation.getDefinition in interface TroubleshootingOperationTroubleshootingOperationDefinition for this operation.public TroubleshootingOperationCallback getCallback()
TroubleshootingOperationTroubleshootingOperationCallback for this operation.getCallback in interface TroubleshootingOperationTroubleshootingOperationCallback for this operation.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.