Skip to content

Use annotations for method level priority #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jun 19, 2017

Conversation

WyriHaximus
Copy link
Member

No description provided.

@WyriHaximus WyriHaximus added this to the 3.0.0 milestone Jun 13, 2017
@WyriHaximus WyriHaximus self-assigned this Jun 13, 2017
* @return CancellablePromiseInterface
* @PriorityAnnotation(Priority::LAST);
*/
public function pre(RequestInterface $request, array $options = [], string $transactionId = null): CancellablePromiseInterface

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds 120 characters; contains 130 characters

* @return CancellablePromiseInterface
* @PriorityAnnotation(Priority::FIRST);
*/
public function post(ResponseInterface $response, array $options = [], string $transactionId = null): CancellablePromiseInterface

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds 120 characters; contains 133 characters

* @return CancellablePromiseInterface
* @PriorityAnnotation(Priority::FIRST);
*/
public function error(Throwable $throwable, array $options = [], string $transactionId = null): CancellablePromiseInterface

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds 120 characters; contains 127 characters

* @param array $options
* @return CancellablePromiseInterface
*/
public function pre(RequestInterface $request, array $options = [], string $transactionId = null): CancellablePromiseInterface

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds 120 characters; contains 130 characters

* @param array $options
* @return CancellablePromiseInterface
*/
public function post(ResponseInterface $response, array $options = [], string $transactionId = null): CancellablePromiseInterface

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds 120 characters; contains 133 characters

* @param array $options
* @return CancellablePromiseInterface
*/
public function error(Throwable $throwable, array $options = [], string $transactionId = null): CancellablePromiseInterface

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds 120 characters; contains 127 characters

@WyriHaximus WyriHaximus changed the title [WIP] Use annotations for method level priority Use annotations for method level priority Jun 19, 2017
@WyriHaximus WyriHaximus merged commit 0237cb6 into master Jun 19, 2017
@WyriHaximus WyriHaximus deleted the use-annotations-for-method-level-priority branch June 19, 2017 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants