public class JobVertexMessageParameters extends JobMessageParameters
限定符和类型 | 字段和说明 |
---|---|
JobVertexIdPathParameter |
jobVertexIdPathParameter |
jobPathParameter
构造器和说明 |
---|
JobVertexMessageParameters() |
限定符和类型 | 方法和说明 |
---|---|
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, resolveUrl
public final JobVertexIdPathParameter jobVertexIdPathParameter
public Collection<MessagePathParameter<?>> getPathParameters()
MessageParameters
MessagePathParameter
that the request supports. The collection should not be
modifiable.getPathParameters
在类中 JobMessageParameters
public Collection<MessageQueryParameter<?>> getQueryParameters()
MessageParameters
MessageQueryParameter
that the request supports. The collection should not be
modifiable.getQueryParameters
在类中 JobMessageParameters
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.