public final class FlowRuleBatchEvent extends AbstractEvent<FlowRuleBatchEvent.Type,FlowRuleBatchRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowRuleBatchEvent.Type
Type of flow rule events.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowRuleBatchEvent |
completed(FlowRuleBatchRequest request,
CompletedBatchOperation result)
Constructs a new FlowRuleBatchEvent.
|
static FlowRuleBatchEvent |
requested(FlowRuleBatchRequest request)
Constructs a new FlowRuleBatchEvent.
|
CompletedBatchOperation |
result()
Returns the result of this batch operation.
|
subject, time, toString, typepublic static FlowRuleBatchEvent requested(FlowRuleBatchRequest request)
request - batch operation request.public static FlowRuleBatchEvent completed(FlowRuleBatchRequest request, CompletedBatchOperation result)
request - batch operation request.result - completed batch operation result.public CompletedBatchOperation result()
Copyright © 2015. All rights reserved.