-
Notifications
You must be signed in to change notification settings - Fork 90
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
feat: add interfaces for cloud pubsub publishers and subscribers #134
Conversation
|
||
import com.google.api.core.ApiService; | ||
|
||
// The core interface for a Cloud Pub/Sub subscriber, consisting only of ApiService methods. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we change this to be a java doc comment
/*
*/
And add a link to subscriber documentation, like you did with the PublisherInterface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
You can also resolve the code format failure by running 'mvn clean verify' |
|
||
import com.google.api.core.ApiService; | ||
|
||
/** The core interface for a Cloud Pub/Sub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'The core interface...' should be on a new line
Running 'mvn clean verify' should resolve this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
3376faa
to
7e52c62
Compare
7e52c62
to
c4039ce
Compare
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
=========================================
Coverage 78.37% 78.37%
Complexity 302 302
=========================================
Files 21 21
Lines 2719 2719
Branches 134 134
=========================================
Hits 2131 2131
Misses 513 513
Partials 75 75
Continue to review full report at Codecov.
|
No description provided.