| Modifier and Type | Field and Description |
|---|---|
static OperationId |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
static OperationId |
command(String id)
Returns a new command operation identifier.
|
static OperationId |
from(String id,
OperationType type)
Returns a new operation identifier.
|
static OperationId |
query(String id)
Returns a new query operation identifier.
|
OperationType |
type()
Returns the operation type.
|
static final OperationId NOOP
static OperationId command(String id)
id - the command identifierstatic OperationId query(String id)
id - the query identifierstatic OperationId from(String id, OperationType type)
id - the operation nametype - the operation typeOperationType type()
Copyright © 2013–2017. All rights reserved.