public class JobVertexMessageParameters extends JobMessageParameters
| Modifier and Type | Field and Description |
|---|---|
JobVertexIdPathParameter |
jobVertexIdPathParameter |
jobPathParameter| Constructor and Description |
|---|
JobVertexMessageParameters() |
| Modifier and Type | Method and Description |
|---|---|
Collection<MessagePathParameter<?>> |
getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
Collection<MessageQueryParameter<?>> |
getQueryParameters()
Returns the collection of
MessageQueryParameter that the request supports. |
isResolved, resolveUrlpublic final JobVertexIdPathParameter jobVertexIdPathParameter
public Collection<MessagePathParameter<?>> getPathParameters()
MessageParametersMessagePathParameter that the request supports. The
collection should not be modifiable.getPathParameters in class JobMessageParameterspublic Collection<MessageQueryParameter<?>> getQueryParameters()
MessageParametersMessageQueryParameter that the request supports. The
collection should not be modifiable.getQueryParameters in class JobMessageParametersCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.